Index: testing/gtest_mac.mm |
diff --git a/testing/gtest_mac.mm b/testing/gtest_mac.mm |
index 62b51c5a5ad1d89f0e87e781019cd597db4cfd0d..de320642d679ca0451557688841a5e875fb4aab1 100644 |
--- a/testing/gtest_mac.mm |
+++ b/testing/gtest_mac.mm |
@@ -6,9 +6,9 @@ |
#include <string> |
-#include <gtest/gtest.h> |
-#include <gtest/internal/gtest-port.h> |
-#include <gtest/internal/gtest-string.h> |
+#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h" |
+#include "third_party/googletest/src/googletest/include/gtest/internal/gtest-string.h" |
#ifdef GTEST_OS_MAC |