Index: cc/layers/io_surface_layer.h |
diff --git a/cc/io_surface_layer.h b/cc/layers/io_surface_layer.h |
similarity index 83% |
rename from cc/io_surface_layer.h |
rename to cc/layers/io_surface_layer.h |
index dee86766d680bc2a33abf2aec3dd5c05a40d766e..4073a0d6d866c7fd3aa42da3f221281cb3b9dbcd 100644 |
--- a/cc/io_surface_layer.h |
+++ b/cc/layers/io_surface_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_IO_SURFACE_LAYER_H_ |
-#define CC_IO_SURFACE_LAYER_H_ |
+#ifndef CC_LAYERS_IO_SURFACE_LAYER_H_ |
+#define CC_LAYERS_IO_SURFACE_LAYER_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/layer.h" |
+#include "cc/layers/layer.h" |
namespace cc { |
@@ -32,4 +32,4 @@ class CC_EXPORT IOSurfaceLayer : public Layer { |
}; |
} |
-#endif // CC_IO_SURFACE_LAYER_H_ |
+#endif // CC_LAYERS_IO_SURFACE_LAYER_H_ |