| 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;
|
|
|