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

Unified Diff: ios/shared/chrome/browser/ui/commands/command_dispatcher_unittest.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_unittest.mm
diff --git a/ios/clean/chrome/browser/ui/commands/command_dispatcher_unittest.mm b/ios/shared/chrome/browser/ui/commands/command_dispatcher_unittest.mm
similarity index 99%
rename from ios/clean/chrome/browser/ui/commands/command_dispatcher_unittest.mm
rename to ios/shared/chrome/browser/ui/commands/command_dispatcher_unittest.mm
index 3bcbb62b19d6e128de111ce796d5798859f67d37..b4958bccf39cc906bb0aad660ba5510c439ec46d 100644
--- a/ios/clean/chrome/browser/ui/commands/command_dispatcher_unittest.mm
+++ b/ios/shared/chrome/browser/ui/commands/command_dispatcher_unittest.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"
#import <Foundation/Foundation.h>

Powered by Google App Engine
This is Rietveld 408576698