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

Unified Diff: webrtc/rtc_base/network_unittest.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.cc ('k') | webrtc/rtc_base/networkmonitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/network_unittest.cc
diff --git a/webrtc/rtc_base/network_unittest.cc b/webrtc/rtc_base/network_unittest.cc
index 27dab481951d13650e59515676e7be0501fe4f46..4240e06accd5393d4d9eae87996ad3f5f85b513a 100644
--- a/webrtc/rtc_base/network_unittest.cc
+++ b/webrtc/rtc_base/network_unittest.cc
@@ -8,21 +8,21 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/network.h"
+#include "webrtc/rtc_base/network.h"
-#include "webrtc/base/checks.h"
-#include "webrtc/base/nethelpers.h"
-#include "webrtc/base/networkmonitor.h"
#include <memory>
#include <vector>
+#include "webrtc/rtc_base/checks.h"
+#include "webrtc/rtc_base/nethelpers.h"
+#include "webrtc/rtc_base/networkmonitor.h"
#if defined(WEBRTC_POSIX)
-#include <sys/types.h>
#include <net/if.h>
-#include "webrtc/base/ifaddrs_converter.h"
+#include <sys/types.h>
+#include "webrtc/rtc_base/ifaddrs_converter.h"
#endif // defined(WEBRTC_POSIX)
-#include "webrtc/base/gunit.h"
+#include "webrtc/rtc_base/gunit.h"
#if defined(WEBRTC_WIN)
-#include "webrtc/base/logging.h" // For LOG_GLE
+#include "webrtc/rtc_base/logging.h" // For LOG_GLE
#endif
namespace rtc {
« no previous file with comments | « webrtc/rtc_base/network.cc ('k') | webrtc/rtc_base/networkmonitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698