diff options
Diffstat (limited to 'third_party/base/compiler_specific.h')
-rw-r--r-- | third_party/base/compiler_specific.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/compiler_specific.h b/third_party/base/compiler_specific.h index 57f7a93e59..41c475d090 100644 --- a/third_party/base/compiler_specific.h +++ b/third_party/base/compiler_specific.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 BASE_COMPILER_SPECIFIC_H_ -#define BASE_COMPILER_SPECIFIC_H_ +#ifndef THIRD_PARTY_BASE_COMPILER_SPECIFIC_H_ +#define THIRD_PARTY_BASE_COMPILER_SPECIFIC_H_ #include "build/build_config.h" @@ -228,4 +228,4 @@ #define FALLTHROUGH #endif -#endif // BASE_COMPILER_SPECIFIC_H_ +#endif // THIRD_PARTY_BASE_COMPILER_SPECIFIC_H_ |