| Index: third_party/base/macros.h
|
| diff --git a/third_party/macros.h b/third_party/base/macros.h
|
| similarity index 89%
|
| rename from third_party/macros.h
|
| rename to third_party/base/macros.h
|
| index b1b8c10888a3f0e2c2e77b42c9b9921d22d4001c..05c3132e4693861ae6b4cf9dd44b8a5d29b9104c 100644
|
| --- a/third_party/macros.h
|
| +++ b/third_party/base/macros.h
|
| @@ -7,8 +7,8 @@
|
| // that are closely related to things that are commonly used that belong in this
|
| // file.)
|
|
|
| -#ifndef BASE_MACROS_H_
|
| -#define BASE_MACROS_H_
|
| +#ifndef PDFIUM_THIRD_PARTY_BASE_MACROS_H_
|
| +#define PDFIUM_THIRD_PARTY_BASE_MACROS_H_
|
|
|
| // The COMPILE_ASSERT macro can be used to verify that a compile time
|
| // expression is true. For example, you could use it to verify the
|
| @@ -28,4 +28,4 @@
|
| #undef COMPILE_ASSERT
|
| #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
|
|
|
| -#endif // BASE_MACROS_H_
|
| +#endif // PDFIUM_THIRD_PARTY_BASE_MACROS_H_
|
|
|