Index: src/breakpad_googletest_includes.h |
diff --git a/src/breakpad_googletest_includes.h b/src/breakpad_googletest_includes.h |
index 1cc324b2323a771139a4ef19177ffe055f065415..19a3e980777dbdf274c209aa3664700716d8791c 100644 |
--- a/src/breakpad_googletest_includes.h |
+++ b/src/breakpad_googletest_includes.h |
@@ -30,8 +30,8 @@ |
#ifndef BREAKPAD_GOOGLETEST_INCLUDES_H__ |
#define BREAKPAD_GOOGLETEST_INCLUDES_H__ |
-#include "testing/gtest/include/gtest/gtest.h" |
-#include "testing/include/gmock/gmock.h" |
+#include "gtest/gtest.h" |
+#include "gmock/gmock.h" |
// If AddressSanitizer is used, NULL pointer dereferences generate SIGILL |
// (illegal instruction) instead of SIGSEGV (segmentation fault). Also, |