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

Unified Diff: ios/chrome/browser/first_run/first_run_configuration.mm

Issue 2532533002: [ObjC ARC] Converts ios/chrome/browser/first_run:first_run to ARC.Automatically generated ARCMigr… (Closed)
Patch Set: rebase Created 4 years 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/browser/first_run/first_run.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/first_run/first_run_configuration.mm
diff --git a/ios/chrome/browser/first_run/first_run_configuration.mm b/ios/chrome/browser/first_run/first_run_configuration.mm
index 7da069136e7d0231cd93bf4086ad4441b5ff5655..830df36aee00940d4ce1f381bb9cd0609b183b33 100644
--- a/ios/chrome/browser/first_run/first_run_configuration.mm
+++ b/ios/chrome/browser/first_run/first_run_configuration.mm
@@ -4,6 +4,10 @@
#import "ios/chrome/browser/first_run/first_run_configuration.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation FirstRunConfiguration
@synthesize signInAttempted = _signInAttempted;
« no previous file with comments | « ios/chrome/browser/first_run/first_run.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698