diff options
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 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_ |