summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest-printers.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-05 13:49:47 -0500
committerAndy Soffer <asoffer@google.com>2021-02-11 12:48:43 -0500
commit36b7792047b8dc92a4b749e6e188f1cca3a232c9 (patch)
tree472565a4fc39bad50a345753c0a25f0eb79de860 /googletest/include/gtest/gtest-printers.h
parentf3ef7e173fd0853069f16c4b5afc7e80a350604b (diff)
downloadgoogletest-36b7792047b8dc92a4b749e6e188f1cca3a232c9.tar.gz
googletest-36b7792047b8dc92a4b749e6e188f1cca3a232c9.zip
Googletest export
Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard PiperOrigin-RevId: 355882793
Diffstat (limited to 'googletest/include/gtest/gtest-printers.h')
-rw-r--r--googletest/include/gtest/gtest-printers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h
index 37e949b6..0a8da3bd 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 GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
-#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
+#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
+#define GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#include <functional>
#include <memory>
@@ -948,4 +948,4 @@ template <typename T>
// declarations from this file.
#include "gtest/internal/custom/gtest-printers.h"
-#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
+#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
OpenPOWER on IntegriCloud