diff options
Diffstat (limited to 'third_party/base/span.h')
-rw-r--r-- | third_party/base/span.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/span.h b/third_party/base/span.h index ccffbc1e78..bb07f43a02 100644 --- a/third_party/base/span.h +++ b/third_party/base/span.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_SPAN_H_ -#define PDFIUM_THIRD_PARTY_BASE_SPAN_H_ +#ifndef THIRD_PARTY_BASE_SPAN_H_ +#define THIRD_PARTY_BASE_SPAN_H_ #include <stddef.h> @@ -349,4 +349,4 @@ constexpr span<T> make_span(const Container& container) { } // namespace pdfium -#endif // PDFIUM_THIRD_PARTY_BASE_SPAN_H_ +#endif // THIRD_PARTY_BASE_SPAN_H_ |