summaryrefslogtreecommitdiff
path: root/third_party/base/sys_byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/base/sys_byteorder.h')
-rw-r--r--third_party/base/sys_byteorder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/sys_byteorder.h b/third_party/base/sys_byteorder.h
index db8cc165ba..8b252f13b4 100644
--- a/third_party/base/sys_byteorder.h
+++ b/third_party/base/sys_byteorder.h
@@ -8,8 +8,8 @@
// Use the functions defined here rather than using the platform-specific
// functions directly.
-#ifndef BASE_SYS_BYTEORDER_H_
-#define BASE_SYS_BYTEORDER_H_
+#ifndef THIRD_PARTY_BASE_SYS_BYTEORDER_H_
+#define THIRD_PARTY_BASE_SYS_BYTEORDER_H_
#include <stdint.h>
@@ -138,4 +138,4 @@ inline uint64_t HostToNet64(uint64_t x) {
} // namespace base
} // namespace pdfium
-#endif // BASE_SYS_BYTEORDER_H_
+#endif // THIRD_PARTY_BASE_SYS_BYTEORDER_H_