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

Unified Diff: cc/resources/resource_update.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_provider_unittest.cc ('k') | cc/resources/resource_update.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_update.h
diff --git a/cc/resource_update.h b/cc/resources/resource_update.h
similarity index 90%
rename from cc/resource_update.h
rename to cc/resources/resource_update.h
index 9ad51663ee252d81bbeb741ae5b175772927d83e..1158e6144292142d990646b41c17e2112edab3eb 100644
--- a/cc/resource_update.h
+++ b/cc/resources/resource_update.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_RESOURCE_UPDATE_H_
-#define CC_RESOURCE_UPDATE_H_
+#ifndef CC_RESOURCES_RESOURCE_UPDATE_H_
+#define CC_RESOURCES_RESOURCE_UPDATE_H_
#include "cc/base/cc_export.h"
#include "ui/gfx/rect.h"
@@ -41,4 +41,4 @@ struct CC_EXPORT ResourceUpdate {
}
-#endif // CC_RESOURCE_UPDATE_H_
+#endif // CC_RESOURCES_RESOURCE_UPDATE_H_
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/resource_update.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698