summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-filepath.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-02-09 22:15:00 (GMT)
committerAndy Soffer <asoffer@google.com>2021-02-11 17:49:24 (GMT)
commitd4144d4ee25f66af2d210f1590f258f143e02280 (patch)
tree023a304300e642d49411e2c30bc94ef06c9ff221 /googletest/include/gtest/internal/gtest-filepath.h
parent0b4ecf54ca1e1947879c23339d9ead80791a477f (diff)
downloadgoogletest-d4144d4ee25f66af2d210f1590f258f143e02280.zip
googletest-d4144d4ee25f66af2d210f1590f258f143e02280.tar.gz
googletest-d4144d4ee25f66af2d210f1590f258f143e02280.tar.bz2
Googletest export
Revert include guard fix PiperOrigin-RevId: 356588893
Diffstat (limited to 'googletest/include/gtest/internal/gtest-filepath.h')
-rw-r--r--googletest/include/gtest/internal/gtest-filepath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/include/gtest/internal/gtest-filepath.h b/googletest/include/gtest/internal/gtest-filepath.h
index 4b5aa3b..c11b101 100644
--- a/googletest/include/gtest/internal/gtest-filepath.h
+++ b/googletest/include/gtest/internal/gtest-filepath.h
@@ -37,8 +37,8 @@
// GOOGLETEST_CM0001 DO NOT DELETE
-#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
-#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
+#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
+#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
#include "gtest/internal/gtest-string.h"
@@ -208,4 +208,4 @@ class GTEST_API_ FilePath {
GTEST_DISABLE_MSC_WARNINGS_POP_() // 4251
-#endif // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
+#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_