Index: cc/tiles/tile.cc |
diff --git a/cc/resources/tile.cc b/cc/tiles/tile.cc |
similarity index 97% |
rename from cc/resources/tile.cc |
rename to cc/tiles/tile.cc |
index 7b98218071788fa6bd89cddeb34d30b862454710..da4c08018d57c6bce111f95b354ef924aa44d475 100644 |
--- a/cc/resources/tile.cc |
+++ b/cc/tiles/tile.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/resources/tile.h" |
+#include "cc/tiles/tile.h" |
#include <algorithm> |
#include "base/trace_event/trace_event_argument.h" |
#include "cc/base/math_util.h" |
#include "cc/debug/traced_value.h" |
-#include "cc/resources/tile_manager.h" |
+#include "cc/tiles/tile_manager.h" |
namespace cc { |