Index: webrtc/rtc_base/network.cc |
diff --git a/webrtc/rtc_base/network.cc b/webrtc/rtc_base/network.cc |
index 69dc28ccd200a6c53e61805f9083d2c0a7784349..1f4a705db030e5b689e46b5fc460e7571e24e609 100644 |
--- a/webrtc/rtc_base/network.cc |
+++ b/webrtc/rtc_base/network.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/network.h" |
+#include "webrtc/rtc_base/network.h" |
#if defined(WEBRTC_POSIX) |
// linux/if.h can't be included at the same time as the posix sys/if.h, and |
@@ -23,10 +23,10 @@ |
#endif // WEBRTC_POSIX |
#if defined(WEBRTC_WIN) |
-#include "webrtc/base/win32.h" |
+#include "webrtc/rtc_base/win32.h" |
#include <Iphlpapi.h> |
#elif !defined(__native_client__) |
-#include "webrtc/base/ifaddrs_converter.h" |
+#include "webrtc/rtc_base/ifaddrs_converter.h" |
#endif |
#include <stdio.h> |
@@ -34,13 +34,13 @@ |
#include <algorithm> |
#include <memory> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/networkmonitor.h" |
-#include "webrtc/base/socket.h" // includes something that makes windows happy |
-#include "webrtc/base/stream.h" |
-#include "webrtc/base/stringencode.h" |
-#include "webrtc/base/thread.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/networkmonitor.h" |
+#include "webrtc/rtc_base/socket.h" // includes something that makes windows happy |
+#include "webrtc/rtc_base/stream.h" |
+#include "webrtc/rtc_base/stringencode.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace rtc { |
namespace { |