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

Unified Diff: chrome/browser/ui/cocoa/command_observer_bridge.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: chrome/browser/ui/cocoa/command_observer_bridge.mm
diff --git a/chrome/browser/ui/cocoa/command_observer_bridge.mm b/chrome/browser/ui/cocoa/command_observer_bridge.mm
index aa01368a59b7d7efd7798f337c5c699dd8809362..4bd935dbc7b498cc09747ef429c2e63b01997951 100644
--- a/chrome/browser/ui/cocoa/command_observer_bridge.mm
+++ b/chrome/browser/ui/cocoa/command_observer_bridge.mm
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#import "chrome/browser/ui/cocoa/command_observer_bridge.h"
-#include "chrome/browser/command_updater.h"
#include "base/logging.h"
+#include "chrome/browser/command_updater.h"
CommandObserverBridge::CommandObserverBridge(
id<CommandObserverProtocol> observer, CommandUpdater* commands)

Powered by Google App Engine
This is Rietveld 408576698