Index: cc/layers/solid_color_layer_impl.h |
diff --git a/cc/solid_color_layer_impl.h b/cc/layers/solid_color_layer_impl.h |
similarity index 85% |
rename from cc/solid_color_layer_impl.h |
rename to cc/layers/solid_color_layer_impl.h |
index 0cfbfea3063e25c8afd8dbd08693dfc1e34e95d4..db999456057432ad9fcdb77c110c17ec85abf07c 100644 |
--- a/cc/solid_color_layer_impl.h |
+++ b/cc/layers/solid_color_layer_impl.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_SOLID_COLOR_LAYER_IMPL_H_ |
-#define CC_SOLID_COLOR_LAYER_IMPL_H_ |
+#ifndef CC_LAYERS_SOLID_COLOR_LAYER_IMPL_H_ |
+#define CC_LAYERS_SOLID_COLOR_LAYER_IMPL_H_ |
#include "base/memory/scoped_ptr.h" |
#include "cc/base/cc_export.h" |
-#include "cc/layer_impl.h" |
+#include "cc/layers/layer_impl.h" |
namespace cc { |
@@ -36,4 +36,4 @@ class CC_EXPORT SolidColorLayerImpl : public LayerImpl { |
} |
-#endif // CC_SOLID_COLOR_LAYER_IMPL_H_ |
+#endif // CC_LAYERS_SOLID_COLOR_LAYER_IMPL_H_ |