Index: cc/layers/picture_layer.cc |
diff --git a/cc/picture_layer.cc b/cc/layers/picture_layer.cc |
similarity index 97% |
rename from cc/picture_layer.cc |
rename to cc/layers/picture_layer.cc |
index d2f8fdbca2c653354aa8283364bb6f50b31ea7fb..e2d49a97ae664448151422aefc176d4d83b8f3d7 100644 |
--- a/cc/picture_layer.cc |
+++ b/cc/layers/picture_layer.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/picture_layer.h" |
+#include "cc/layers/picture_layer.h" |
#include "cc/debug/devtools_instrumentation.h" |
-#include "cc/picture_layer_impl.h" |
+#include "cc/layers/picture_layer_impl.h" |
#include "cc/trees/layer_tree_impl.h" |
#include "ui/gfx/rect_conversions.h" |