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

Unified Diff: webrtc/rtc_base/ifaddrs-android.cc

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes 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/httpserver_unittest.cc ('k') | webrtc/rtc_base/ifaddrs_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/ifaddrs-android.cc
diff --git a/webrtc/rtc_base/ifaddrs-android.cc b/webrtc/rtc_base/ifaddrs-android.cc
index f3c783834cd9f1760c75a07368e6468946fa2bac..d2254572edb9d2c51e5cf805b102112a2d5bcae0 100644
--- a/webrtc/rtc_base/ifaddrs-android.cc
+++ b/webrtc/rtc_base/ifaddrs-android.cc
@@ -9,19 +9,19 @@
*/
#if defined(WEBRTC_ANDROID)
-#include "webrtc/base/ifaddrs-android.h"
+#include "webrtc/rtc_base/ifaddrs-android.h"
+#include <errno.h>
+#include <linux/netlink.h>
+#include <linux/rtnetlink.h>
+#include <net/if.h>
+#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
+#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <sys/utsname.h>
-#include <sys/ioctl.h>
-#include <netinet/in.h>
-#include <net/if.h>
#include <unistd.h>
-#include <errno.h>
-#include <linux/netlink.h>
-#include <linux/rtnetlink.h>
namespace {
« no previous file with comments | « webrtc/rtc_base/httpserver_unittest.cc ('k') | webrtc/rtc_base/ifaddrs_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698