Index: webrtc/rtc_base/filerotatingstream.cc |
diff --git a/webrtc/rtc_base/filerotatingstream.cc b/webrtc/rtc_base/filerotatingstream.cc |
index d1434de9dd5bd3f73adc7ce1e3b561ae856c8796..37cd60776fca22534c699656a44c0fccc0946afa 100644 |
--- a/webrtc/rtc_base/filerotatingstream.cc |
+++ b/webrtc/rtc_base/filerotatingstream.cc |
@@ -8,15 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/filerotatingstream.h" |
+#include "webrtc/rtc_base/filerotatingstream.h" |
#include <algorithm> |
#include <iostream> |
#include <string> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/fileutils.h" |
-#include "webrtc/base/pathutils.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/fileutils.h" |
+#include "webrtc/rtc_base/pathutils.h" |
// Note: We use std::cerr for logging in the write paths of this stream to avoid |
// infinite loops when logging. |