summaryrefslogtreecommitdiffstats
path: root/base/base_switches.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 12:47:14 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 12:47:14 +0000
commit71a76d032e2f837630981952e497dfb7c9533136 (patch)
treed0b9f08631a002ea9beed0f0345dd416c614b70d /base/base_switches.h
parentf85d541dfff6b40ede739d3c0c3094ba420bafa2 (diff)
downloadchromium_src-71a76d032e2f837630981952e497dfb7c9533136.zip
chromium_src-71a76d032e2f837630981952e497dfb7c9533136.tar.gz
chromium_src-71a76d032e2f837630981952e497dfb7c9533136.tar.bz2
Fix incorrect guards in base/.
This doesn't change _H_ vs _H__, it just fixes guards that didn't properly match the filename. Adds a guard to clipboard_util.h which was previously guardless. Review URL: http://codereview.chromium.org/42278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_switches.h')
-rw-r--r--base/base_switches.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/base_switches.h b/base/base_switches.h
index 9353c31..97a3691 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_