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

Unified Diff: cc/resources/layer_quad.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/layer_painter.h ('k') | cc/resources/layer_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/layer_quad.h
diff --git a/cc/layer_quad.h b/cc/resources/layer_quad.h
similarity index 95%
rename from cc/layer_quad.h
rename to cc/resources/layer_quad.h
index 11137a89c9037f3936d8c8671860fef2f118b8d2..9c5a116ad3abba785ac4f3f7030956ef11e152f7 100644
--- a/cc/layer_quad.h
+++ b/cc/resources/layer_quad.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef CC_LAYER_QUAD_H_
-#define CC_LAYER_QUAD_H_
+#ifndef CC_RESOURCES_LAYER_QUAD_H_
+#define CC_RESOURCES_LAYER_QUAD_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
@@ -102,4 +102,4 @@ class CC_EXPORT LayerQuad {
}
-#endif // CC_LAYER_QUAD_H_
+#endif // CC_RESOURCES_LAYER_QUAD_H_
« no previous file with comments | « cc/resources/layer_painter.h ('k') | cc/resources/layer_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698