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

Unified Diff: base/base_switches.h

Issue 42278: Fix incorrect guards in base/. (Closed)
Patch Set: Created 11 years, 9 months 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 | « base/base_drag_source.h ('k') | base/clipboard_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index 9353c31b02b9244ade5de0e3d0bad1417c5a5c7f..97a3691325582031f8dbddd930058e210712fcb0 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -4,8 +4,8 @@
// Defines all the "base" command-line switches.
-#ifndef BASE_SWITCHES_H_
-#define BASE_SWITCHES_H_
+#ifndef BASE_BASE_SWITCHES_H_
+#define BASE_BASE_SWITCHES_H_
namespace switches {
@@ -20,4 +20,4 @@ extern const wchar_t kForceHTTPS[];
} // namespace switches
-#endif // BASE_SWITCHES_H_
+#endif // BASE_BASE_SWITCHES_H_
« no previous file with comments | « base/base_drag_source.h ('k') | base/clipboard_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698