| Index: ios/chrome/browser/ui/main/main_coordinator.h
|
| diff --git a/ios/chrome/browser/ui/main/main_coordinator.h b/ios/chrome/browser/ui/main/main_coordinator.h
|
| index 89dff560d6e60edf7015f0c38d474f258f3b45d4..973455141734dca3f74756a290be76db72c328cc 100644
|
| --- a/ios/chrome/browser/ui/main/main_coordinator.h
|
| +++ b/ios/chrome/browser/ui/main/main_coordinator.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef IOS_CHROME_BROWSER_UI_MAIN_MAIN_COORDINATOR_H_
|
| #define IOS_CHROME_BROWSER_UI_MAIN_MAIN_COORDINATOR_H_
|
|
|
| -#import "ios/chrome/browser/root_coordinator.h"
|
| +#import "ios/chrome/browser/chrome_root_coordinator.h"
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @class MainViewController;
|
|
|
| -@interface MainCoordinator : RootCoordinator
|
| +@interface MainCoordinator : ChromeRootCoordinator
|
|
|
| // The view controller this coordinator creates and manages.
|
| // (This is only public while the view controller architecture is being
|
|
|