Index: cc/layers/content_layer.h |
diff --git a/cc/content_layer.h b/cc/layers/content_layer.h |
similarity index 92% |
rename from cc/content_layer.h |
rename to cc/layers/content_layer.h |
index 36747ebafd57806b43aa71650adaa61022526092..94db0bf83010fc98cfd602f363c7aa4a27a2a39d 100644 |
--- a/cc/content_layer.h |
+++ b/cc/layers/content_layer.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_CONTENT_LAYER_H_ |
-#define CC_CONTENT_LAYER_H_ |
+#ifndef CC_LAYERS_CONTENT_LAYER_H_ |
+#define CC_LAYERS_CONTENT_LAYER_H_ |
#include "base/basictypes.h" |
#include "cc/base/cc_export.h" |
+#include "cc/layers/tiled_layer.h" |
#include "cc/resources/layer_painter.h" |
-#include "cc/tiled_layer.h" |
class SkCanvas; |
@@ -66,4 +66,4 @@ class CC_EXPORT ContentLayer : public TiledLayer { |
}; |
} |
-#endif // CC_CONTENT_LAYER_H_ |
+#endif // CC_LAYERS_CONTENT_LAYER_H_ |