Index: cc/resources/prioritized_resource_manager.cc |
diff --git a/cc/prioritized_resource_manager.cc b/cc/resources/prioritized_resource_manager.cc |
similarity index 99% |
rename from cc/prioritized_resource_manager.cc |
rename to cc/resources/prioritized_resource_manager.cc |
index ffd3194433e6c24bb05b632d4a5ad86657d13c97..010968e32270c1863ac8c7847f8505de4dc79f36 100644 |
--- a/cc/prioritized_resource_manager.cc |
+++ b/cc/resources/prioritized_resource_manager.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/prioritized_resource_manager.h" |
+#include "cc/resources/prioritized_resource_manager.h" |
#include <algorithm> |
#include "base/debug/trace_event.h" |
#include "base/stl_util.h" |
-#include "cc/prioritized_resource.h" |
-#include "cc/priority_calculator.h" |
+#include "cc/resources/prioritized_resource.h" |
+#include "cc/resources/priority_calculator.h" |
#include "cc/trees/proxy.h" |
namespace cc { |