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

Unified Diff: sync/util/get_session_name_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: remove some things included twice 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: sync/util/get_session_name_mac.mm
diff --git a/sync/util/get_session_name_mac.mm b/sync/util/get_session_name_mac.mm
index aa61e2f6d1a969849671836648297f21fc4a2e4d..e5f8b8f25c72b864834c2d3b56423abdac87587d 100644
--- a/sync/util/get_session_name_mac.mm
+++ b/sync/util/get_session_name_mac.mm
@@ -4,8 +4,8 @@
#include "sync/util/get_session_name_mac.h"
-#import <SystemConfiguration/SCDynamicStoreCopySpecific.h>
#include <sys/sysctl.h>
+#import <SystemConfiguration/SCDynamicStoreCopySpecific.h>
#include "base/mac/scoped_cftyperef.h"
#include "base/strings/string_util.h"

Powered by Google App Engine
This is Rietveld 408576698