Index: cc/layers/image_layer.h |
diff --git a/cc/image_layer.h b/cc/layers/image_layer.h |
similarity index 91% |
rename from cc/image_layer.h |
rename to cc/layers/image_layer.h |
index 4608affc93d6596092ce9ddfa5ce3ebc0982acd3..8ba5b78adeda6347235f76a407f228f1f09f59b5 100644 |
--- a/cc/image_layer.h |
+++ b/cc/layers/image_layer.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_IMAGE_LAYER_H_ |
-#define CC_IMAGE_LAYER_H_ |
+#ifndef CC_LAYERS_IMAGE_LAYER_H_ |
+#define CC_LAYERS_IMAGE_LAYER_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/content_layer.h" |
+#include "cc/layers/content_layer.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
namespace cc { |
@@ -53,4 +53,4 @@ class CC_EXPORT ImageLayer : public TiledLayer { |
} // namespace cc |
-#endif // CC_IMAGE_LAYER_H_ |
+#endif // CC_LAYERS_IMAGE_LAYER_H_ |