Index: cc/layers/video_layer.h |
diff --git a/cc/video_layer.h b/cc/layers/video_layer.h |
similarity index 86% |
rename from cc/video_layer.h |
rename to cc/layers/video_layer.h |
index 4e16b1b2f65e7ab4d7ac55620efa6efa5e9c5127..c9705cdb4c065da61760d5b16e1e4ec1412729f3 100644 |
--- a/cc/video_layer.h |
+++ b/cc/layers/video_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_VIDEO_LAYER_H_ |
-#define CC_VIDEO_LAYER_H_ |
+#ifndef CC_LAYERS_VIDEO_LAYER_H_ |
+#define CC_LAYERS_VIDEO_LAYER_H_ |
#include "base/callback.h" |
#include "cc/base/cc_export.h" |
-#include "cc/layer.h" |
+#include "cc/layers/layer.h" |
namespace media { class VideoFrame; } |
@@ -35,4 +35,4 @@ class CC_EXPORT VideoLayer : public Layer { |
} // namespace cc |
-#endif // CC_VIDEO_LAYER_H_ |
+#endif // CC_LAYERS_VIDEO_LAYER_H_ |