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

Unified Diff: cc/settings.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix completion_event.h and settings.h 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
Index: cc/settings.h
diff --git a/cc/settings.h b/cc/settings.h
index 21b240b918734d75ab9e5675dd33a0045cc6c21a..9faa8876f9bf13e5d00615bf3b141bfbde2a6680 100644
--- a/cc/settings.h
+++ b/cc/settings.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 CCSettings_h
-#define CCSettings_h
+#ifndef CC_SETTINGS_H_
+#define CC_SETTINGS_H_
#include "webkit/glue/webkit_glue_export.h"
#include "cc/cc_export.h"
@@ -33,4 +33,4 @@ public:
} // namespace cc
-#endif // Settings_h
+#endif // CC_SETTINGS_H_
« cc/completion_event.h ('K') | « cc/scrollbar_layer_impl.h ('k') | cc/shader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698