| Index: ios/clean/chrome/app/main.mm
|
| diff --git a/ios/chrome/app/main.mm b/ios/clean/chrome/app/main.mm
|
| similarity index 98%
|
| rename from ios/chrome/app/main.mm
|
| rename to ios/clean/chrome/app/main.mm
|
| index 4657ab7059e9dbef401ffc0c23668cf961fe51f8..de989d9aceee68a6b95db8b85040e0553e87fd76 100644
|
| --- a/ios/chrome/app/main.mm
|
| +++ b/ios/clean/chrome/app/main.mm
|
| @@ -11,11 +11,11 @@
|
| #include "base/at_exit.h"
|
| #include "base/debug/crash_logging.h"
|
| #include "components/crash/core/common/crash_keys.h"
|
| -#include "ios/chrome/app/app_delegate.h"
|
| #include "ios/chrome/app/startup/ios_chrome_main.h"
|
| #include "ios/chrome/browser/crash_report/breakpad_helper.h"
|
| #include "ios/chrome/browser/crash_report/crash_keys.h"
|
| #include "ios/chrome/common/channel_info.h"
|
| +#include "ios/clean/chrome/app/app_delegate.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|