summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-nice-strict.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-09 22:15:00 (GMT)
committerAndy Soffer <asoffer@google.com>2021-02-11 17:49:24 (GMT)
commitd4144d4ee25f66af2d210f1590f258f143e02280 (patch)
tree023a304300e642d49411e2c30bc94ef06c9ff221 /googlemock/include/gmock/gmock-nice-strict.h
parent0b4ecf54ca1e1947879c23339d9ead80791a477f (diff)
downloadgoogletest-d4144d4ee25f66af2d210f1590f258f143e02280.zip
googletest-d4144d4ee25f66af2d210f1590f258f143e02280.tar.gz
googletest-d4144d4ee25f66af2d210f1590f258f143e02280.tar.bz2
Googletest export
Revert include guard fix PiperOrigin-RevId: 356588893
Diffstat (limited to 'googlemock/include/gmock/gmock-nice-strict.h')
-rw-r--r--googlemock/include/gmock/gmock-nice-strict.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/include/gmock/gmock-nice-strict.h b/googlemock/include/gmock/gmock-nice-strict.h
index bf02092..811776e 100644
--- a/googlemock/include/gmock/gmock-nice-strict.h
+++ b/googlemock/include/gmock/gmock-nice-strict.h
@@ -60,8 +60,8 @@
// GOOGLETEST_CM0002 DO NOT DELETE
-#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
-#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
+#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
+#define GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
#include <type_traits>
@@ -260,4 +260,4 @@ class GTEST_INTERNAL_EMPTY_BASE_CLASS StrictMock
} // namespace testing
-#endif // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
+#endif // GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_