diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-26 20:22:42 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-26 20:22:42 +0000 |
commit | 101d5426056e8ad2a0871b5609438e86c6243fa7 (patch) | |
tree | 16ff05b939b1201caa37fd3681ffbf8da1cb9c66 /base/base_switches.h | |
parent | 6d687d7c0533e8de860ebfa80b18e85802dd9eb4 (diff) | |
download | chromium_src-101d5426056e8ad2a0871b5609438e86c6243fa7.zip chromium_src-101d5426056e8ad2a0871b5609438e86c6243fa7.tar.gz chromium_src-101d5426056e8ad2a0871b5609438e86c6243fa7.tar.bz2 |
Fix some header guards that are named incorrectly.
R=tony
Review URL: http://codereview.chromium.org/4306
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_switches.h')
-rw-r--r-- | base/base_switches.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/base_switches.h b/base/base_switches.h index 75d6e24..31879a1 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_SWITCHES_H_ +#define BASE_SWITCHES_H_ namespace switches { @@ -19,5 +19,5 @@ extern const wchar_t kEnableDCHECK[]; } // namespace switches -#endif // CHROME_COMMON_CHROME_SWITCHES_H__ +#endif // BASE_SWITCHES_H_ |