From 574f09c11f5a366b059d0992c180543697666c8a Mon Sep 17 00:00:00 2001 From: tapted Date: Tue, 19 May 2015 06:08:08 -0700 Subject: Subject .mm files to the header sorting presubmit The presubmit is already robust to handle Objective-C .h files. Not checking .mm files just adds extra review burden. Plus I can't just press F5 in Sublime to sort lines in .mm files due to import vs include, so it actually needs some brainpower when adding something and I keep forgetting to do that. This adds .mm to the list of file extensions the header sorting presubmit checks for, and fixes the current mistakes to avoid annoying people on presubmit with this change. BUG=None TBR=keybuk@chromium.org,jamescook@chromium.org,stuartmorgan@chromium.org,xhwang@chromium.org,rsesek@chromium.org,zea@chromium.org R=thakis@chromium.org,jochen@chromium.org Review URL: https://codereview.chromium.org/1133713009 Cr-Commit-Position: refs/heads/master@{#330509} --- extensions/shell/app/paths_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/shell/app') diff --git a/extensions/shell/app/paths_mac.mm b/extensions/shell/app/paths_mac.mm index d10c3c8..32061e0 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 { -- cgit v1.1