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

Unified Diff: ios/clean/chrome/browser/ui/settings/settings_coordinator.h

Issue 2948463002: [iOS Clean] Removed old overlay implementation.
Patch Set: Created 3 years, 6 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/clean/chrome/browser/ui/settings/settings_coordinator.h
diff --git a/ios/clean/chrome/browser/ui/settings/settings_coordinator.h b/ios/clean/chrome/browser/ui/settings/settings_coordinator.h
index e1fbadc37637d2919eacb8cc80e220f4cefac0d2..f8b9068be1813f85ef995847d8995c6e13514b2f 100644
--- a/ios/clean/chrome/browser/ui/settings/settings_coordinator.h
+++ b/ios/clean/chrome/browser/ui/settings/settings_coordinator.h
@@ -7,7 +7,7 @@
#import <UIKit/UIKit.h>
-#import "ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h"
+#import "ios/clean/chrome/browser/ui/overlays/browser_coordinator+overlay_support.h"
marq (ping after 24h) 2017/06/21 09:53:19 No need to include the category here, right?
kkhorimoto 2017/06/23 06:22:39 Nope, changed to just browser_coordinator.h
// A coordinator for the Settings UI, which is usually presented modally
// on top of whatever other UI is currently active.

Powered by Google App Engine
This is Rietveld 408576698