diff options
Diffstat (limited to 'third_party/base/bits.h')
-rw-r--r-- | third_party/base/bits.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/bits.h b/third_party/base/bits.h index ac40dc6ce4..cd250edbfe 100644 --- a/third_party/base/bits.h +++ b/third_party/base/bits.h @@ -4,8 +4,8 @@ // This file defines some bit utilities. -#ifndef BASE_BITS_H_ -#define BASE_BITS_H_ +#ifndef THIRD_PARTY_BASE_BITS_H_ +#define THIRD_PARTY_BASE_BITS_H_ #include <stddef.h> #include <stdint.h> @@ -169,4 +169,4 @@ inline int Log2Ceiling(uint32_t n) { } // namespace base } // namespace pdfium -#endif // BASE_BITS_H_ +#endif // THIRD_PARTY_BASE_BITS_H_ |