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

Unified Diff: components/wifi/wifi_service_mac.mm

Issue 1133713009: Subject .mm files to the header sorting presubmit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase - of course... it would be one of my patches I conflict with :| Created 5 years, 7 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
Index: components/wifi/wifi_service_mac.mm
diff --git a/components/wifi/wifi_service_mac.mm b/components/wifi/wifi_service_mac.mm
index e7c0e2761bef98713f921f24b1db84588ff9001d..1e1822699b86b1d1f627543ae388ead0db18cbed 100644
--- a/components/wifi/wifi_service_mac.mm
+++ b/components/wifi/wifi_service_mac.mm
@@ -4,8 +4,8 @@
#include "components/wifi/wifi_service.h"
-#import <netinet/in.h>
#import <CoreWLAN/CoreWLAN.h>
+#import <netinet/in.h>
#import <SystemConfiguration/SystemConfiguration.h>
#include "base/bind.h"

Powered by Google App Engine
This is Rietveld 408576698