Index: webrtc/rtc_base/file_posix.cc |
diff --git a/webrtc/rtc_base/file_posix.cc b/webrtc/rtc_base/file_posix.cc |
index c386a34f7714557f2fd236491d650242d7b4b5b2..fab6dd372543e20d8348b27558348d3c30395893 100644 |
--- a/webrtc/rtc_base/file_posix.cc |
+++ b/webrtc/rtc_base/file_posix.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/file.h" |
+#include "webrtc/rtc_base/file.h" |
#include <errno.h> |
#include <fcntl.h> |
@@ -18,7 +18,7 @@ |
#include <limits> |
-#include "webrtc/base/checks.h" |
+#include "webrtc/rtc_base/checks.h" |
namespace rtc { |