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

Unified Diff: ios/chrome/app/startup/background_upload_alert.mm

Issue 2702253002: [ObjC ARC] Converts ios/chrome/app/startup:startup to ARC. (Closed)
Patch Set: Created 3 years, 10 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/chrome/app/startup/BUILD.gn ('k') | ios/chrome/app/startup/chrome_main_starter.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/startup/background_upload_alert.mm
diff --git a/ios/chrome/app/startup/background_upload_alert.mm b/ios/chrome/app/startup/background_upload_alert.mm
index 6b4b399b9af6300ea7edf4615f14e08638bed4bc..3a3f7e74eb5099b73dfaa9a9aa610672d93a9b03 100644
--- a/ios/chrome/app/startup/background_upload_alert.mm
+++ b/ios/chrome/app/startup/background_upload_alert.mm
@@ -6,6 +6,10 @@
#include "ios/chrome/browser/experimental_flags.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation BackgroundUploadAlert
+ (void)setupBackgroundUploadAlert {
« no previous file with comments | « ios/chrome/app/startup/BUILD.gn ('k') | ios/chrome/app/startup/chrome_main_starter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698