Index: cc/tiles/tile.h |
diff --git a/cc/resources/tile.h b/cc/tiles/tile.h |
similarity index 95% |
rename from cc/resources/tile.h |
rename to cc/tiles/tile.h |
index c15c848a194b34d6eebfa10bb7a0608b99a0a036..68c4fc13e340a03725806ccf75e2b186827ce831 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/tiles/tile.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_RESOURCES_TILE_H_ |
-#define CC_RESOURCES_TILE_H_ |
+#ifndef CC_TILES_TILE_H_ |
+#define CC_TILES_TILE_H_ |
#include "base/memory/ref_counted.h" |
-#include "cc/resources/tile_draw_info.h" |
+#include "cc/tiles/tile_draw_info.h" |
#include "ui/gfx/geometry/rect.h" |
#include "ui/gfx/geometry/size.h" |
@@ -114,4 +114,4 @@ using ScopedTilePtr = scoped_ptr<Tile, Tile::Deleter>; |
} // namespace cc |
-#endif // CC_RESOURCES_TILE_H_ |
+#endif // CC_TILES_TILE_H_ |