| Index: ios/clean/chrome/app/app_delegate.mm
|
| diff --git a/ios/chrome/app/app_delegate.mm b/ios/clean/chrome/app/app_delegate.mm
|
| similarity index 91%
|
| rename from ios/chrome/app/app_delegate.mm
|
| rename to ios/clean/chrome/app/app_delegate.mm
|
| index 5d0ab608f7221f50fa55e5e0108570ccf9ca59ab..222e052f4ea1651360cd290f573aeed1ad384458 100644
|
| --- a/ios/chrome/app/app_delegate.mm
|
| +++ b/ios/clean/chrome/app/app_delegate.mm
|
| @@ -6,13 +6,13 @@
|
| // = This code is only used in the new iOS Chrome architecture. =
|
| // ============================================================================
|
|
|
| -#import "ios/chrome/app/app_delegate.h"
|
| +#import "ios/clean/chrome/app/app_delegate.h"
|
|
|
| -#import "ios/chrome/app/application_state.h"
|
| -#import "ios/chrome/app/steps/launch_to_background.h"
|
| -#import "ios/chrome/app/steps/launch_to_basic.h"
|
| -#import "ios/chrome/app/steps/launch_to_foreground.h"
|
| -#import "ios/chrome/app/steps/tab_grid_coordinator+application_step.h"
|
| +#import "ios/clean/chrome/app/application_state.h"
|
| +#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"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|