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

Unified Diff: cc/graphics_context.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/gl_renderer.h ('k') | cc/heads_up_display_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/graphics_context.h
diff --git a/cc/graphics_context.h b/cc/graphics_context.h
index 0daabb0f36d4422af0409b94bd80cb1bec2c04a2..7057f3774a028081cd5ce99d5df6b0a75635a778 100644
--- a/cc/graphics_context.h
+++ b/cc/graphics_context.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 CCGraphicsContext_h
-#define CCGraphicsContext_h
+#ifndef CC_GRAPHICS_CONTEXT_H_
+#define CC_GRAPHICS_CONTEXT_H_
#include <public/WebCompositorOutputSurface.h>
#include <public/WebGraphicsContext3D.h>
@@ -15,4 +15,4 @@ typedef WebKit::WebCompositorOutputSurface GraphicsContext;
} // namespace cc
-#endif // CCGraphicsContext_h
+#endif // CC_GRAPHICS_CONTEXT_H_
« no previous file with comments | « cc/gl_renderer.h ('k') | cc/heads_up_display_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698