From d4144d4ee25f66af2d210f1590f258f143e02280 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 9 Feb 2021 17:15:00 -0500 Subject: Googletest export Revert include guard fix PiperOrigin-RevId: 356588893 --- googletest/include/gtest/gtest-printers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'googletest/include/gtest/gtest-printers.h') diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h index cd094949..93c84af3 100644 --- a/googletest/include/gtest/gtest-printers.h +++ b/googletest/include/gtest/gtest-printers.h @@ -97,8 +97,8 @@ // GOOGLETEST_CM0001 DO NOT DELETE -#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ -#define GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ +#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ #include #include @@ -952,4 +952,4 @@ template // declarations from this file. #include "gtest/internal/custom/gtest-printers.h" -#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ +#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ -- cgit v1.2.1