summaryrefslogtreecommitdiff
path: root/third_party/base/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/base/macros.h')
-rw-r--r--third_party/base/macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/macros.h b/third_party/base/macros.h
index b6ec161204..cd1655a496 100644
--- a/third_party/base/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 PDFIUM_THIRD_PARTY_BASE_MACROS_H_
-#define PDFIUM_THIRD_PARTY_BASE_MACROS_H_
+#ifndef THIRD_PARTY_BASE_MACROS_H_
+#define 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
@@ -34,4 +34,4 @@
TypeName(const TypeName&) = delete; \
void operator=(const TypeName&) = delete
-#endif // PDFIUM_THIRD_PARTY_BASE_MACROS_H_
+#endif // THIRD_PARTY_BASE_MACROS_H_