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

Unified Diff: cc/layer_painter.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/layer_iterator.h ('k') | cc/layer_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_painter.h
diff --git a/cc/layer_painter.h b/cc/layer_painter.h
index 2d695a668a4e2252f80bf97ca0acd19c78e4901b..b9dce8d05ec83413333f2afebb8adde25a312a4c 100644
--- a/cc/layer_painter.h
+++ b/cc/layer_painter.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef LayerPainterChromium_h
-#define LayerPainterChromium_h
+#ifndef CC_LAYER_PAINTER_H_
+#define CC_LAYER_PAINTER_H_
#include "cc/cc_export.h"
@@ -24,4 +24,4 @@ public:
};
} // namespace cc
-#endif // LayerPainterChromium_h
+#endif // CC_LAYER_PAINTER_H_
« no previous file with comments | « cc/layer_iterator.h ('k') | cc/layer_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698