Index: cc/resources/layer_tiling_data.h |
diff --git a/cc/layer_tiling_data.h b/cc/resources/layer_tiling_data.h |
similarity index 95% |
rename from cc/layer_tiling_data.h |
rename to cc/resources/layer_tiling_data.h |
index a00fb46dea80166aa336459d232b2fe1b73bda67..255bbdc8aebeeba13b9d0e89eee8a23a9533ee20 100644 |
--- a/cc/layer_tiling_data.h |
+++ b/cc/resources/layer_tiling_data.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_LAYER_TILING_DATA_H_ |
-#define CC_LAYER_TILING_DATA_H_ |
+#ifndef CC_RESOURCES_LAYER_TILING_DATA_H_ |
+#define CC_RESOURCES_LAYER_TILING_DATA_H_ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
@@ -102,4 +102,4 @@ class CC_EXPORT LayerTilingData { |
} // namespace cc |
-#endif // CC_LAYER_TILING_DATA_H_ |
+#endif // CC_RESOURCES_LAYER_TILING_DATA_H_ |