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

Unified Diff: extensions/shell/app/paths_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 (no conflicts) 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: extensions/shell/app/paths_mac.mm
diff --git a/extensions/shell/app/paths_mac.mm b/extensions/shell/app/paths_mac.mm
index d10c3c87532905b371d83226988e2d22691b135a..32061e04fc1f650da86b94b56dd2d37bb8527f16 100644
--- a/extensions/shell/app/paths_mac.mm
+++ b/extensions/shell/app/paths_mac.mm
@@ -6,9 +6,9 @@
#include "base/files/file_path.h"
#include "base/logging.h"
-#include "base/path_service.h"
#include "base/mac/bundle_locations.h"
#include "base/mac/foundation_util.h"
+#include "base/path_service.h"
#include "content/public/common/content_paths.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698