diff options
Diffstat (limited to 'third_party/base/optional.h')
-rw-r--r-- | third_party/base/optional.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/optional.h b/third_party/base/optional.h index 81d2ebc5cf..f98ee7e026 100644 --- a/third_party/base/optional.h +++ b/third_party/base/optional.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 PDFIUM_THIRD_PARTY_BASE_OPTIONAL_H_ -#define PDFIUM_THIRD_PARTY_BASE_OPTIONAL_H_ +#ifndef THIRD_PARTY_BASE_OPTIONAL_H_ +#define THIRD_PARTY_BASE_OPTIONAL_H_ #include <type_traits> #include <utility> @@ -507,4 +507,4 @@ struct hash<pdfium::Optional<T>> { template <class T> using Optional = pdfium::Optional<T>; -#endif // PDFIUM_THIRD_PARTY_BASE_OPTIONAL_H_ +#endif // THIRD_PARTY_BASE_OPTIONAL_H_ |