Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: cc/resources/prioritized_resource_manager.cc

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/prioritized_resource_manager.h ('k') | cc/resources/prioritized_resource_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « cc/resources/prioritized_resource_manager.h ('k') | cc/resources/prioritized_resource_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698