Index: cc/layers/tiled_layer_impl.h |
diff --git a/cc/tiled_layer_impl.h b/cc/layers/tiled_layer_impl.h |
similarity index 92% |
rename from cc/tiled_layer_impl.h |
rename to cc/layers/tiled_layer_impl.h |
index d3d23bdac92ec4f191412d0b3a4901f5b013cdcc..ec0c4847329ded53c9db74a3a1586845a8d4d4f2 100644 |
--- a/cc/tiled_layer_impl.h |
+++ b/cc/layers/tiled_layer_impl.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_TILED_LAYER_IMPL_H_ |
-#define CC_TILED_LAYER_IMPL_H_ |
+#ifndef CC_LAYERS_TILED_LAYER_IMPL_H_ |
+#define CC_LAYERS_TILED_LAYER_IMPL_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/layer_impl.h" |
+#include "cc/layers/layer_impl.h" |
namespace cc { |
@@ -67,4 +67,4 @@ class CC_EXPORT TiledLayerImpl : public LayerImpl { |
} // namespace cc |
-#endif // CC_TILED_LAYER_IMPL_H_ |
+#endif // CC_LAYERS_TILED_LAYER_IMPL_H_ |