summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-nice-strict.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-11 22:18:30 (GMT)
committerDerek Mauro <dmauro@google.com>2021-02-18 18:26:24 (GMT)
commit0a3a3a845e136a9a6ccd8e9b924b848840f22b7b (patch)
treecc00fcd606b95359f98d6b48bff011ec3749d940 /googlemock/include/gmock/gmock-nice-strict.h
parente935e6c387cdf541f73b2cbbbe02e651c12887a9 (diff)
downloadgoogletest-0a3a3a845e136a9a6ccd8e9b924b848840f22b7b.zip
googletest-0a3a3a845e136a9a6ccd8e9b924b848840f22b7b.tar.gz
googletest-0a3a3a845e136a9a6ccd8e9b924b848840f22b7b.tar.bz2
Googletest export
Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard, attempt #2 PiperOrigin-RevId: 357056902
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 811776e..bf02092 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>
@@ -260,4 +260,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_