Index: cc/layers/tiled_layer_impl_unittest.cc |
diff --git a/cc/tiled_layer_impl_unittest.cc b/cc/layers/tiled_layer_impl_unittest.cc |
similarity index 99% |
rename from cc/tiled_layer_impl_unittest.cc |
rename to cc/layers/tiled_layer_impl_unittest.cc |
index 4d77f2996a59eaf91aac20865a051c1bda39750e..994e8b7660d2c1573dff16335cf9831d4e5f07a2 100644 |
--- a/cc/tiled_layer_impl_unittest.cc |
+++ b/cc/layers/tiled_layer_impl_unittest.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/tiled_layer_impl.h" |
+#include "cc/layers/tiled_layer_impl.h" |
-#include "cc/append_quads_data.h" |
+#include "cc/layers/append_quads_data.h" |
#include "cc/quads/tile_draw_quad.h" |
#include "cc/resources/layer_tiling_data.h" |
#include "cc/test/fake_impl_proxy.h" |