diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-01 17:42:19 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-01 17:42:19 +0000 |
commit | 158b5719e4249721b6f411bf1c473f8d5bc31c93 (patch) | |
tree | bed73a0b8cc666c57066c7dfa8cb95124cf90cef /third_party/base/compiler_specific.h | |
parent | c52e30019ca616bd9b5a1fa9ef6cbd7fd3cea5c7 (diff) | |
download | pdfium-158b5719e4249721b6f411bf1c473f8d5bc31c93.tar.xz |
Make header guards consistent in third_party/base/*.h.
Change-Id: I90898b292d081419d803df1aa1af1d15e23a6108
Reviewed-on: https://pdfium-review.googlesource.com/43150
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
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_ |