summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-nice-strict.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-05 18:49:47 (GMT)
committerAndy Soffer <asoffer@google.com>2021-02-11 17:48:43 (GMT)
commit36b7792047b8dc92a4b749e6e188f1cca3a232c9 (patch)
tree472565a4fc39bad50a345753c0a25f0eb79de860 /googlemock/include/gmock/gmock-nice-strict.h
parentf3ef7e173fd0853069f16c4b5afc7e80a350604b (diff)
downloadgoogletest-36b7792047b8dc92a4b749e6e188f1cca3a232c9.zip
googletest-36b7792047b8dc92a4b749e6e188f1cca3a232c9.tar.gz
googletest-36b7792047b8dc92a4b749e6e188f1cca3a232c9.tar.bz2
Googletest export
Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard PiperOrigin-RevId: 355882793
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 8230058..75c51dd 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 GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
-#define GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
+#ifndef GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
+#define GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
#include <type_traits>
@@ -259,4 +259,4 @@ class GTEST_INTERNAL_EMPTY_BASE_CLASS StrictMock
} // namespace testing
-#endif // GMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
+#endif // GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_