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

Unified Diff: cc/resources/resource_update_queue.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/resource_update_queue.h ('k') | cc/resources/scoped_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_update_queue.cc
diff --git a/cc/resource_update_queue.cc b/cc/resources/resource_update_queue.cc
similarity index 95%
rename from cc/resource_update_queue.cc
rename to cc/resources/resource_update_queue.cc
index 14ecab0897b85344f936f42127ebe1798ca80630..d301638ccb6e8c3f3dfb425d965493b83ad578ee 100644
--- a/cc/resource_update_queue.cc
+++ b/cc/resources/resource_update_queue.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/resource_update_queue.h"
+#include "cc/resources/resource_update_queue.h"
-#include "cc/prioritized_resource.h"
+#include "cc/resources/prioritized_resource.h"
namespace cc {
« no previous file with comments | « cc/resources/resource_update_queue.h ('k') | cc/resources/scoped_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698