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

Unified Diff: cc/debug_rect_history.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/debug_border_draw_quad.h ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug_rect_history.h
diff --git a/cc/debug_rect_history.h b/cc/debug_rect_history.h
index 7f7de53383b0fcf2ba98ff6850a815615dda18da..ff2ea8dfd928758d3b46af8da3d169f7e82f8f6b 100644
--- a/cc/debug_rect_history.h
+++ b/cc/debug_rect_history.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 CCDebugRectHistory_h
-#define CCDebugRectHistory_h
+#ifndef CC_DEBUG_RECT_HISTORY_H_
+#define CC_DEBUG_RECT_HISTORY_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -76,4 +76,4 @@ private:
} // namespace cc
-#endif
+#endif // CC_DEBUG_RECT_HISTORY_H_
« no previous file with comments | « cc/debug_border_draw_quad.h ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698