Index: cc/layers/nine_patch_layer_impl_unittest.cc |
diff --git a/cc/nine_patch_layer_impl_unittest.cc b/cc/layers/nine_patch_layer_impl_unittest.cc |
similarity index 98% |
rename from cc/nine_patch_layer_impl_unittest.cc |
rename to cc/layers/nine_patch_layer_impl_unittest.cc |
index 3489768cda6caea43a2467d7ff36b1c6aac5ba6e..b4af387fe4b99171d6a5d1d00bdd17b70e620429 100644 |
--- a/cc/nine_patch_layer_impl_unittest.cc |
+++ b/cc/layers/nine_patch_layer_impl_unittest.cc |
@@ -4,9 +4,8 @@ |
#include <stdio.h> |
-#include "cc/nine_patch_layer_impl.h" |
- |
-#include "cc/append_quads_data.h" |
+#include "cc/layers/append_quads_data.h" |
+#include "cc/layers/nine_patch_layer_impl.h" |
#include "cc/quads/texture_draw_quad.h" |
#include "cc/test/fake_impl_proxy.h" |
#include "cc/test/fake_layer_tree_host_impl.h" |