| Index: ios/clean/chrome/app/application_state.mm
|
| diff --git a/ios/chrome/app/application_state.mm b/ios/clean/chrome/app/application_state.mm
|
| similarity index 96%
|
| rename from ios/chrome/app/application_state.mm
|
| rename to ios/clean/chrome/app/application_state.mm
|
| index f6a8fb8177a46dc8049ad1d95485c24571f1f8d2..9cb4bb838d959bbea2c71ae8fe419161a97182bd 100644
|
| --- a/ios/chrome/app/application_state.mm
|
| +++ b/ios/clean/chrome/app/application_state.mm
|
| @@ -6,14 +6,14 @@
|
| // = This code is only used in the new iOS Chrome architecture. =
|
| // ============================================================================
|
|
|
| -#import "ios/chrome/app/application_state.h"
|
| +#import "ios/clean/chrome/app/application_state.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/supports_user_data.h"
|
| -#import "ios/chrome/app/application_step.h"
|
| +#import "ios/clean/chrome/app/application_step.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|