Index: cc/layers/picture_layer.h |
diff --git a/cc/picture_layer.h b/cc/layers/picture_layer.h |
similarity index 89% |
rename from cc/picture_layer.h |
rename to cc/layers/picture_layer.h |
index 7edb883e098589fdb01d7b7f80ea27df906e36c4..0ba4031aede125bf8be4d5e28436d0eacfecc150 100644 |
--- a/cc/picture_layer.h |
+++ b/cc/layers/picture_layer.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_PICTURE_LAYER_H_ |
-#define CC_PICTURE_LAYER_H_ |
+#ifndef CC_LAYERS_PICTURE_LAYER_H_ |
+#define CC_LAYERS_PICTURE_LAYER_H_ |
-#include "cc/contents_scaling_layer.h" |
#include "cc/debug/devtools_instrumentation.h" |
-#include "cc/layer.h" |
+#include "cc/layers/contents_scaling_layer.h" |
+#include "cc/layers/layer.h" |
#include "cc/resources/picture_pile.h" |
#include "cc/trees/occlusion_tracker.h" |
@@ -54,4 +54,4 @@ class CC_EXPORT PictureLayer : public ContentsScalingLayer { |
} // namespace cc |
-#endif // CC_PICTURE_LAYER_H_ |
+#endif // CC_LAYERS_PICTURE_LAYER_H_ |