summaryrefslogtreecommitdiffstats
path: root/googletest/samples/sample1.h
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/samples/sample1.h')
-rw-r--r--googletest/samples/sample1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/samples/sample1.h b/googletest/samples/sample1.h
index 12e49dea..ba392cfb 100644
--- a/googletest/samples/sample1.h
+++ b/googletest/samples/sample1.h
@@ -29,8 +29,8 @@
// A sample program demonstrating using Google C++ testing framework.
-#ifndef GTEST_SAMPLES_SAMPLE1_H_
-#define GTEST_SAMPLES_SAMPLE1_H_
+#ifndef GOOGLETEST_SAMPLES_SAMPLE1_H_
+#define GOOGLETEST_SAMPLES_SAMPLE1_H_
// Returns n! (the factorial of n). For negative n, n! is defined to be 1.
int Factorial(int n);
@@ -38,4 +38,4 @@ int Factorial(int n);
// Returns true if and only if n is a prime number.
bool IsPrime(int n);
-#endif // GTEST_SAMPLES_SAMPLE1_H_
+#endif // GOOGLETEST_SAMPLES_SAMPLE1_H_
OpenPOWER on IntegriCloud