aboutsummaryrefslogtreecommitdiff
path: root/googletest/samples/sample2.h
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/samples/sample2.h')
-rw-r--r--googletest/samples/sample2.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/googletest/samples/sample2.h b/googletest/samples/sample2.h
index e9a5a705..0f986895 100644
--- a/googletest/samples/sample2.h
+++ b/googletest/samples/sample2.h
@@ -29,8 +29,8 @@
// A sample program demonstrating using Google C++ testing framework.
-#ifndef GTEST_SAMPLES_SAMPLE2_H_
-#define GTEST_SAMPLES_SAMPLE2_H_
+#ifndef GOOGLETEST_SAMPLES_SAMPLE2_H_
+#define GOOGLETEST_SAMPLES_SAMPLE2_H_
#include <string.h>
@@ -77,5 +77,4 @@ class MyString {
void Set(const char* c_string);
};
-
-#endif // GTEST_SAMPLES_SAMPLE2_H_
+#endif // GOOGLETEST_SAMPLES_SAMPLE2_H_