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

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

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
Index: ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h
diff --git a/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h b/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h
index 71fea4ffa91388f7448b6f4dc34a5798bf650111..93eb40924075933e7be97e5f6e1324d4d519e479 100644
--- a/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h
+++ b/ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h
@@ -11,7 +11,7 @@
@interface InputAlertCoordinator : AlertCoordinator
// Text fields displayed by the alert.
-@property(nonatomic, readonly) NSArray<UITextField*>* textFields;
+@property(strong, nonatomic, readonly) NSArray<UITextField*>* textFields;
// Add a text field to the alert.
- (void)addTextFieldWithConfigurationHandler:

Powered by Google App Engine
This is Rietveld 408576698