Index: cc/layers/nine_patch_layer_impl.h |
diff --git a/cc/nine_patch_layer_impl.h b/cc/layers/nine_patch_layer_impl.h |
similarity index 91% |
rename from cc/nine_patch_layer_impl.h |
rename to cc/layers/nine_patch_layer_impl.h |
index 77444595fdddbcf865fcf2f622fde1db5609f5ab..7091f00599402a2be51a1a1d88e5661a7d5e4a01 100644 |
--- a/cc/nine_patch_layer_impl.h |
+++ b/cc/layers/nine_patch_layer_impl.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_NINE_PATCH_LAYER_IMPL_H_ |
-#define CC_NINE_PATCH_LAYER_IMPL_H_ |
+#ifndef CC_LAYERS_NINE_PATCH_LAYER_IMPL_H_ |
+#define CC_LAYERS_NINE_PATCH_LAYER_IMPL_H_ |
#include "cc/base/cc_export.h" |
-#include "cc/layer_impl.h" |
+#include "cc/layers/layer_impl.h" |
#include "cc/resources/resource_provider.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/size.h" |
@@ -60,4 +60,4 @@ class CC_EXPORT NinePatchLayerImpl : public LayerImpl { |
} // namespace cc |
-#endif // CC_NINE_PATCH_LAYER_IMPL_H_ |
+#endif // CC_LAYERS_NINE_PATCH_LAYER_IMPL_H_ |