Index: cc/layers/solid_color_layer.h |
diff --git a/cc/solid_color_layer.h b/cc/layers/solid_color_layer.h |
similarity index 81% |
rename from cc/solid_color_layer.h |
rename to cc/layers/solid_color_layer.h |
index 8200a274ccdbd667b1f403b43d9af48ca1c5c287..475f3ed3a8b059b5ac4ce788b164ae014a440b07 100644 |
--- a/cc/solid_color_layer.h |
+++ b/cc/layers/solid_color_layer.h |
@@ -3,11 +3,11 @@ |
// found in the LICENSE file. |
-#ifndef CC_SOLID_COLOR_LAYER_H_ |
-#define CC_SOLID_COLOR_LAYER_H_ |
+#ifndef CC_LAYERS_SOLID_COLOR_LAYER_H_ |
+#define CC_LAYERS_SOLID_COLOR_LAYER_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/layer.h" |
+#include "cc/layers/layer.h" |
namespace cc { |
@@ -30,4 +30,4 @@ class CC_EXPORT SolidColorLayer : public Layer { |
}; |
} |
-#endif // CC_SOLID_COLOR_LAYER_H_ |
+#endif // CC_LAYERS_SOLID_COLOR_LAYER_H_ |