Index: cc/layers/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layers/layer_impl.h |
similarity index 99% |
rename from cc/layer_impl.h |
rename to cc/layers/layer_impl.h |
index 0ab914e0c62fb8b099655cf5eefed4bf9d61964c..8b09e2e3a8d827cdb2d86fa817feafd8c4dbd280 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layers/layer_impl.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_IMPL_H_ |
-#define CC_LAYER_IMPL_H_ |
+#ifndef CC_LAYERS_LAYER_IMPL_H_ |
+#define CC_LAYERS_LAYER_IMPL_H_ |
#include <string> |
@@ -15,11 +15,11 @@ |
#include "cc/base/cc_export.h" |
#include "cc/base/region.h" |
#include "cc/base/scoped_ptr_vector.h" |
-#include "cc/draw_properties.h" |
#include "cc/input/input_handler.h" |
+#include "cc/layers/draw_properties.h" |
+#include "cc/layers/render_surface_impl.h" |
#include "cc/quads/render_pass.h" |
#include "cc/quads/shared_quad_state.h" |
-#include "cc/render_surface_impl.h" |
#include "cc/resources/resource_provider.h" |
#include "skia/ext/refptr.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" |
@@ -525,4 +525,4 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver { |
} |
-#endif // CC_LAYER_IMPL_H_ |
+#endif // CC_LAYERS_LAYER_IMPL_H_ |