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

Unified Diff: ios/shared/chrome/browser/ui/commands/command_dispatcher.mm

Issue 2745223005: [ios] Adds a CommandDispatcher to Browser. (Closed)
Patch Set: Move code into ios/shared. Created 3 years, 9 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: ios/shared/chrome/browser/ui/commands/command_dispatcher.mm
diff --git a/ios/clean/chrome/browser/ui/commands/command_dispatcher.mm b/ios/shared/chrome/browser/ui/commands/command_dispatcher.mm
similarity index 95%
rename from ios/clean/chrome/browser/ui/commands/command_dispatcher.mm
rename to ios/shared/chrome/browser/ui/commands/command_dispatcher.mm
index 5c24e51b296b66d8e5c207328a996b9a7828f8e7..4829b3be6edab567d6bf400b4d5cd674c981149c 100644
--- a/ios/clean/chrome/browser/ui/commands/command_dispatcher.mm
+++ b/ios/shared/chrome/browser/ui/commands/command_dispatcher.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/clean/chrome/browser/ui/commands/command_dispatcher.h"
+#import "ios/shared/chrome/browser/ui/commands/command_dispatcher.h"
#include <unordered_map>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698