Index: webrtc/rtc_base/pathutils_unittest.cc |
diff --git a/webrtc/rtc_base/pathutils_unittest.cc b/webrtc/rtc_base/pathutils_unittest.cc |
index b99bc1606e89759fb0290e6e62244d1703554e6c..390ae8a93d69fddda606fe61c80d6704d3a5abd2 100644 |
--- a/webrtc/rtc_base/pathutils_unittest.cc |
+++ b/webrtc/rtc_base/pathutils_unittest.cc |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/pathutils.h" |
-#include "webrtc/base/gunit.h" |
+#include "webrtc/rtc_base/pathutils.h" |
+#include "webrtc/rtc_base/gunit.h" |
TEST(Pathname, ReturnsDotForEmptyPathname) { |
const std::string kCWD = |