Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: webrtc/rtc_base/network.cc

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/network.h ('k') | webrtc/rtc_base/network_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/network.cc
diff --git a/webrtc/rtc_base/network.cc b/webrtc/rtc_base/network.cc
index 69dc28ccd200a6c53e61805f9083d2c0a7784349..add4c5d26bffd0574991b580c6916d30d7e8e65b 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 <Iphlpapi.h>
+#include "webrtc/rtc_base/win32.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 {
« no previous file with comments | « webrtc/rtc_base/network.h ('k') | webrtc/rtc_base/network_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698