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

Unified Diff: cc/resources/resource_update_queue.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_controller_unittest.cc ('k') | cc/resources/resource_update_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_update_queue.h
diff --git a/cc/resource_update_queue.h b/cc/resources/resource_update_queue.h
similarity index 87%
rename from cc/resource_update_queue.h
rename to cc/resources/resource_update_queue.h
index b172a075049c0c624267e1ad17fdd9e40aaf6935..c8bb69b7cdc2172b158c71a7911a8bcb68b6717e 100644
--- a/cc/resource_update_queue.h
+++ b/cc/resources/resource_update_queue.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_RESOURCE_UPDATE_QUEUE_H_
-#define CC_RESOURCE_UPDATE_QUEUE_H_
+#ifndef CC_RESOURCES_RESOURCE_UPDATE_QUEUE_H_
+#define CC_RESOURCES_RESOURCE_UPDATE_QUEUE_H_
#include <deque>
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
#include "cc/output/texture_copier.h"
-#include "cc/resource_update.h"
+#include "cc/resources/resource_update.h"
namespace cc {
@@ -45,4 +45,4 @@ private:
}
-#endif // CC_RESOURCE_UPDATE_QUEUE_H_
+#endif // CC_RESOURCES_RESOURCE_UPDATE_QUEUE_H_
« no previous file with comments | « cc/resources/resource_update_controller_unittest.cc ('k') | cc/resources/resource_update_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698