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

Unified Diff: cc/layers/solid_color_layer.h

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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/layers/scrollbar_theme_painter.h ('k') | cc/layers/solid_color_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/solid_color_layer.h
diff --git a/cc/solid_color_layer.h b/cc/layers/solid_color_layer.h
similarity index 81%
rename from cc/solid_color_layer.h
rename to cc/layers/solid_color_layer.h
index 8200a274ccdbd667b1f403b43d9af48ca1c5c287..475f3ed3a8b059b5ac4ce788b164ae014a440b07 100644
--- a/cc/solid_color_layer.h
+++ b/cc/layers/solid_color_layer.h
@@ -3,11 +3,11 @@
// found in the LICENSE file.
-#ifndef CC_SOLID_COLOR_LAYER_H_
-#define CC_SOLID_COLOR_LAYER_H_
+#ifndef CC_LAYERS_SOLID_COLOR_LAYER_H_
+#define CC_LAYERS_SOLID_COLOR_LAYER_H_
#include "cc/base/cc_export.h"
-#include "cc/layer.h"
+#include "cc/layers/layer.h"
namespace cc {
@@ -30,4 +30,4 @@ class CC_EXPORT SolidColorLayer : public Layer {
};
}
-#endif // CC_SOLID_COLOR_LAYER_H_
+#endif // CC_LAYERS_SOLID_COLOR_LAYER_H_
« no previous file with comments | « cc/layers/scrollbar_theme_painter.h ('k') | cc/layers/solid_color_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698