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

Unified Diff: ios/showcase/strip/sc_strip_coordinator.mm

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 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
« no previous file with comments | « ios/showcase/strip/BUILD.gn ('k') | ios/showcase/tab_grid/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/strip/sc_strip_coordinator.mm
diff --git a/ios/showcase/strip/sc_strip_coordinator.mm b/ios/showcase/strip/sc_strip_coordinator.mm
index c0657d4b4099fd386865a6102cb8550742a18311..02237667412aeaac2f9a6f97ce161027d22684fe 100644
--- a/ios/showcase/strip/sc_strip_coordinator.mm
+++ b/ios/showcase/strip/sc_strip_coordinator.mm
@@ -4,8 +4,8 @@
#import "ios/showcase/strip/sc_strip_coordinator.h"
-#import "ios/chrome/browser/ui/actions/tab_strip_actions.h"
-#import "ios/chrome/browser/ui/strip/strip_container_view_controller.h"
+#import "ios/clean/chrome/browser/ui/actions/tab_strip_actions.h"
+#import "ios/clean/chrome/browser/ui/strip/strip_container_view_controller.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
« no previous file with comments | « ios/showcase/strip/BUILD.gn ('k') | ios/showcase/tab_grid/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698