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

Unified Diff: ios/chrome/app/safe_mode/safe_mode_coordinator.h

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: Unittests, showcase, and clean up. Created 3 years, 8 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/chrome/app/safe_mode/safe_mode_coordinator.h
diff --git a/ios/chrome/app/safe_mode/safe_mode_coordinator.h b/ios/chrome/app/safe_mode/safe_mode_coordinator.h
index bf5717337046ee3b776118e8c4beb64435693c9f..499e92492a48291d88cef224293b9b75fd5ba827 100644
--- a/ios/chrome/app/safe_mode/safe_mode_coordinator.h
+++ b/ios/chrome/app/safe_mode/safe_mode_coordinator.h
@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_APP_SAFE_MODE_SAFE_MODE_COORDINATOR_H_
#define IOS_CHROME_APP_SAFE_MODE_SAFE_MODE_COORDINATOR_H_
-#import "ios/chrome/browser/root_coordinator.h"
+#import "ios/chrome/browser/chrome_root_coordinator.h"
#import <UIKit/UIKit.h>
@@ -18,7 +18,7 @@
// Coordinator to manage the Safe Mode UI. This should be self-contained.
// While this is a ChromeCoordinator, it doesn't support (and will DCHECK) using
// child coordinators.
-@interface SafeModeCoordinator : RootCoordinator
+@interface SafeModeCoordinator : ChromeRootCoordinator
// Delegate for this coordinator.
@property(nonatomic, nullable, assign) id<SafeModeCoordinatorDelegate> delegate;
« no previous file with comments | « no previous file | ios/chrome/browser/BUILD.gn » ('j') | ios/clean/chrome/app/steps/root_coordinator+application_step.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698