Index: cc/layers/nine_patch_layer.cc |
diff --git a/cc/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc |
similarity index 97% |
rename from cc/nine_patch_layer.cc |
rename to cc/layers/nine_patch_layer.cc |
index 9b678dbc5712e8a45722e00ecef1f045c78a17d1..b239222932000951375388790640da044558c2c0 100644 |
--- a/cc/nine_patch_layer.cc |
+++ b/cc/layers/nine_patch_layer.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/nine_patch_layer.h" |
+#include "cc/layers/nine_patch_layer.h" |
-#include "cc/nine_patch_layer_impl.h" |
+#include "cc/layers/nine_patch_layer_impl.h" |
#include "cc/resources/prioritized_resource.h" |
#include "cc/resources/resource_update.h" |
#include "cc/resources/resource_update_queue.h" |