From 158b5719e4249721b6f411bf1c473f8d5bc31c93 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 1 Oct 2018 17:42:19 +0000 Subject: Make header guards consistent in third_party/base/*.h. Change-Id: I90898b292d081419d803df1aa1af1d15e23a6108 Reviewed-on: https://pdfium-review.googlesource.com/43150 Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- third_party/base/logging.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/base/logging.h') diff --git a/third_party/base/logging.h b/third_party/base/logging.h index 38b0dd9a17..2aeca31b85 100644 --- a/third_party/base/logging.h +++ b/third_party/base/logging.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_LOGGING_H_ -#define PDFIUM_THIRD_PARTY_BASE_LOGGING_H_ +#ifndef THIRD_PARTY_BASE_LOGGING_H_ +#define THIRD_PARTY_BASE_LOGGING_H_ #include #include @@ -36,4 +36,4 @@ #define NOTREACHED() assert(false) -#endif // PDFIUM_THIRD_PARTY_BASE_LOGGING_H_ +#endif // THIRD_PARTY_BASE_LOGGING_H_ -- cgit v1.2.3