Index: cc/resources/tile.h |
diff --git a/cc/tile.h b/cc/resources/tile.h |
similarity index 93% |
rename from cc/tile.h |
rename to cc/resources/tile.h |
index 63dd5a70f6aa91b67b313e6a34fe6e4c78d260eb..edf5645a7453ca6900d87f46d56510d594993e98 100644 |
--- a/cc/tile.h |
+++ b/cc/resources/tile.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_TILE_H_ |
-#define CC_TILE_H_ |
+#ifndef CC_RESOURCES_TILE_H_ |
+#define CC_RESOURCES_TILE_H_ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/scoped_vector.h" |
#include "cc/managed_tile_state.h" |
-#include "cc/picture_pile_impl.h" |
-#include "cc/tile_priority.h" |
+#include "cc/resources/picture_pile_impl.h" |
+#include "cc/resources/tile_priority.h" |
#include "cc/trees/layer_tree_host_impl.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/size.h" |
@@ -99,4 +99,4 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
} // namespace cc |
-#endif // CC_TILE_H_ |
+#endif // CC_RESOURCES_TILE_H_ |