Index: cc/layers/layer.h |
diff --git a/cc/layer.h b/cc/layers/layer.h |
similarity index 99% |
rename from cc/layer.h |
rename to cc/layers/layer.h |
index 018d40147851b358d4dcb7d638b0f64eb7c26d14..c0c34cc4b74cbe21f2cb6b5da997e9001c41fe44 100644 |
--- a/cc/layer.h |
+++ b/cc/layers/layer.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_LAYER_H_ |
-#define CC_LAYER_H_ |
+#ifndef CC_LAYERS_LAYER_H_ |
+#define CC_LAYERS_LAYER_H_ |
#include <string> |
#include <vector> |
@@ -15,8 +15,8 @@ |
#include "cc/animation/layer_animation_value_observer.h" |
#include "cc/base/cc_export.h" |
#include "cc/base/region.h" |
-#include "cc/draw_properties.h" |
-#include "cc/render_surface.h" |
+#include "cc/layers/draw_properties.h" |
+#include "cc/layers/render_surface.h" |
#include "cc/trees/occlusion_tracker.h" |
#include "skia/ext/refptr.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" |
@@ -485,4 +485,4 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
} // namespace cc |
-#endif // CC_LAYER_H_ |
+#endif // CC_LAYERS_LAYER_H_ |