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

Unified Diff: cc/shared_quad_state.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/shader.h ('k') | cc/single_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/shared_quad_state.h
diff --git a/cc/shared_quad_state.h b/cc/shared_quad_state.h
index 4abc8c9b5bd7959cddc16875b01203a78d9ceb3a..3d364c383f1d119336869fdbbd3e1a28b3dc1823 100644
--- a/cc/shared_quad_state.h
+++ b/cc/shared_quad_state.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 CCSharedQuadState_h
-#define CCSharedQuadState_h
+#ifndef CC_SHARED_QUAD_STATE_H_
+#define CC_SHARED_QUAD_STATE_H_
#include "base/memory/scoped_ptr.h"
#include "ui/gfx/rect.h"
@@ -31,4 +31,4 @@ struct CC_EXPORT SharedQuadState {
}
-#endif
+#endif // CC_SHARED_QUAD_STATE_H_
« no previous file with comments | « cc/shader.h ('k') | cc/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698