Index: cc/tiles/tile_draw_info.h |
diff --git a/cc/resources/tile_draw_info.h b/cc/tiles/tile_draw_info.h |
similarity index 93% |
rename from cc/resources/tile_draw_info.h |
rename to cc/tiles/tile_draw_info.h |
index 7db805fbe9b721ab065fefd2f35aa4486c954129..f094efd6f388b4b36f53ee5d8ff02dace75a36da 100644 |
--- a/cc/resources/tile_draw_info.h |
+++ b/cc/tiles/tile_draw_info.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_RESOURCES_TILE_DRAW_INFO_H_ |
-#define CC_RESOURCES_TILE_DRAW_INFO_H_ |
+#ifndef CC_TILES_TILE_DRAW_INFO_H_ |
+#define CC_TILES_TILE_DRAW_INFO_H_ |
#include "base/memory/scoped_ptr.h" |
#include "base/trace_event/trace_event_argument.h" |
+#include "cc/raster/tile_task_runner.h" |
#include "cc/resources/platform_color.h" |
#include "cc/resources/resource_provider.h" |
#include "cc/resources/scoped_resource.h" |
-#include "cc/resources/tile_task_runner.h" |
namespace cc { |
@@ -103,4 +103,4 @@ class CC_EXPORT TileDrawInfo { |
} // namespace cc |
-#endif // CC_RESOURCES_TILE_DRAW_INFO_H_ |
+#endif // CC_TILES_TILE_DRAW_INFO_H_ |