Index: webrtc/rtc_base/file_win.cc |
diff --git a/webrtc/rtc_base/file_win.cc b/webrtc/rtc_base/file_win.cc |
index 71e6effde641141143c5fc0b8474f20241fdab45..6cb259a9de17d7bcaba4a8cea5eef06f0fecd74e 100644 |
--- a/webrtc/rtc_base/file_win.cc |
+++ b/webrtc/rtc_base/file_win.cc |
@@ -8,14 +8,14 @@ |
* 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 <io.h> |
-#include "webrtc/base/win32.h" |
+#include "webrtc/rtc_base/win32.h" |
#include <limits> // NOLINT: win32.h should be considered a system header |
-#include "webrtc/base/checks.h" |
+#include "webrtc/rtc_base/checks.h" |
namespace rtc { |