summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h')
-rw-r--r--dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h b/dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h
index e651671ebd..38b9d85a51 100644
--- a/dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h
+++ b/dviware/dvisvgm/tests/gtest/include/gtest/gtest_prod.h
@@ -31,8 +31,8 @@
// Google C++ Testing and Mocking Framework definitions useful in production code.
// GOOGLETEST_CM0003 DO NOT DELETE
-#ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_
-#define GTEST_INCLUDE_GTEST_GTEST_PROD_H_
+#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
+#define GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
// When you need to test the private or protected members of a class,
// use the FRIEND_TEST macro to declare your tests as friends of the
@@ -58,4 +58,4 @@
#define FRIEND_TEST(test_case_name, test_name)\
friend class test_case_name##_##test_name##_Test
-#endif // GTEST_INCLUDE_GTEST_GTEST_PROD_H_
+#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_