Index: cc/layers/render_surface_impl.h |
diff --git a/cc/render_surface_impl.h b/cc/layers/render_surface_impl.h |
similarity index 97% |
rename from cc/render_surface_impl.h |
rename to cc/layers/render_surface_impl.h |
index 5bb0443d9462019096c806f0ff79b6f5d0402194..1466bca3593b47cf911eff751135af6007ad68c3 100644 |
--- a/cc/render_surface_impl.h |
+++ b/cc/layers/render_surface_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_RENDER_SURFACE_IMPL_H_ |
-#define CC_RENDER_SURFACE_IMPL_H_ |
+#ifndef CC_LAYERS_RENDER_SURFACE_IMPL_H_ |
+#define CC_LAYERS_RENDER_SURFACE_IMPL_H_ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
@@ -168,4 +168,4 @@ class CC_EXPORT RenderSurfaceImpl { |
}; |
} |
-#endif // CC_RENDER_SURFACE_IMPL_H_ |
+#endif // CC_LAYERS_RENDER_SURFACE_IMPL_H_ |