Index: webrtc/base/gunit.h |
diff --git a/webrtc/base/gunit.h b/webrtc/base/gunit.h |
index c3e853458c87558549869f44c21deba51501d57d..d49872db19021c2d52d977f79a0896218b08cd7b 100644 |
--- a/webrtc/base/gunit.h |
+++ b/webrtc/base/gunit.h |
@@ -15,7 +15,7 @@ |
#include "webrtc/base/logging.h" |
#include "webrtc/base/thread.h" |
#if defined(GTEST_RELATIVE_PATH) |
-#include "testing/gtest/include/gtest/gtest.h" |
+#include "webrtc/test/gtest.h" |
#else |
#include "testing/base/public/gunit.h" |
#endif |