Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: ios/clean/chrome/app/main.mm

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/clean/chrome/app/application_step.h ('k') | ios/clean/chrome/app/steps/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."
« no previous file with comments | « ios/clean/chrome/app/application_step.h ('k') | ios/clean/chrome/app/steps/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698