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

Unified Diff: ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm

Issue 2568143002: [ObjC ARC] Converts ios/chrome/browser/ui/alert_coordinator:alert_coordinator to ARC. (Closed)
Patch Set: comment 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/ui/alert_coordinator/input_alert_coordinator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm
diff --git a/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm b/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm
index bcd25b03f41ae76ce32be7ea70f8b22436ac7fe9..e992344c68c4ea3dae2722a73ac051ed92cb0250 100644
--- a/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm
+++ b/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm
@@ -4,6 +4,10 @@
#import "ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation InputAlertCoordinator
- (NSArray<UITextField*>*)textFields {
« no previous file with comments | « ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698