| Index: ios/clean/chrome/app/app_delegate.mm
|
| diff --git a/ios/clean/chrome/app/app_delegate.mm b/ios/clean/chrome/app/app_delegate.mm
|
| index 5a3293b87bf7fe72b2bb108092e0c021c979a271..fe813550e03b4feedebab7459a8efb1ca2e4a47a 100644
|
| --- a/ios/clean/chrome/app/app_delegate.mm
|
| +++ b/ios/clean/chrome/app/app_delegate.mm
|
| @@ -8,7 +8,7 @@
|
| #import "ios/clean/chrome/app/steps/launch_to_background.h"
|
| #import "ios/clean/chrome/app/steps/launch_to_basic.h"
|
| #import "ios/clean/chrome/app/steps/launch_to_foreground.h"
|
| -#import "ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h"
|
| +#import "ios/clean/chrome/app/steps/root_coordinator+application_step.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
| @@ -109,7 +109,7 @@
|
| [[BeginForegrounding alloc] init],
|
| [[PrepareForUI alloc] init],
|
| [[CompleteForegrounding alloc] init],
|
| - [[TabGridCoordinator alloc] init],
|
| + [[RootCoordinator alloc] init],
|
| ]];
|
| }
|
|
|
|
|