aboutsummaryrefslogtreecommitdiff
path: root/googletest/samples/sample4.h
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/samples/sample4.h')
-rw-r--r--googletest/samples/sample4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/samples/sample4.h b/googletest/samples/sample4.h
index e256f406..0c4ed92e 100644
--- a/googletest/samples/sample4.h
+++ b/googletest/samples/sample4.h
@@ -28,8 +28,8 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// A sample program demonstrating using Google C++ testing framework.
-#ifndef GTEST_SAMPLES_SAMPLE4_H_
-#define GTEST_SAMPLES_SAMPLE4_H_
+#ifndef GOOGLETEST_SAMPLES_SAMPLE4_H_
+#define GOOGLETEST_SAMPLES_SAMPLE4_H_
// A simple monotonic counter.
class Counter {
@@ -50,4 +50,4 @@ class Counter {
void Print() const;
};
-#endif // GTEST_SAMPLES_SAMPLE4_H_
+#endif // GOOGLETEST_SAMPLES_SAMPLE4_H_