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

Unified Diff: cc/resources/resource_update_controller.h

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.cc ('k') | cc/resources/resource_update_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_update_controller.h
diff --git a/cc/resource_update_controller.h b/cc/resources/resource_update_controller.h
similarity index 92%
rename from cc/resource_update_controller.h
rename to cc/resources/resource_update_controller.h
index 229e0e093beaca76a02ce92ea7f8a137110571f2..39ce75d93d7307a8ba6959211e44679a9a06c5e8 100644
--- a/cc/resource_update_controller.h
+++ b/cc/resources/resource_update_controller.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_RESOURCE_UPDATE_CONTROLLER_H_
-#define CC_RESOURCE_UPDATE_CONTROLLER_H_
+#ifndef CC_RESOURCES_RESOURCE_UPDATE_CONTROLLER_H_
+#define CC_RESOURCES_RESOURCE_UPDATE_CONTROLLER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/time.h"
#include "cc/base/cc_export.h"
-#include "cc/resource_update_queue.h"
+#include "cc/resources/resource_update_queue.h"
namespace cc {
@@ -86,4 +86,4 @@ class CC_EXPORT ResourceUpdateController {
} // namespace cc
-#endif // CC_RESOURCE_UPDATE_CONTROLLER_H_
+#endif // CC_RESOURCES_RESOURCE_UPDATE_CONTROLLER_H_
« no previous file with comments | « cc/resources/resource_update.cc ('k') | cc/resources/resource_update_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698