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

Unified Diff: ios/chrome/browser/ui/settings/sync_encryption_passphrase_collection_view_controller.h

Issue 2813223002: [ObjC ARC] Converts ios/chrome/browser/ui/settings:settings to ARC. (Closed)
Patch Set: reabse Created 3 years, 7 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
Index: ios/chrome/browser/ui/settings/sync_encryption_passphrase_collection_view_controller.h
diff --git a/ios/chrome/browser/ui/settings/sync_encryption_passphrase_collection_view_controller.h b/ios/chrome/browser/ui/settings/sync_encryption_passphrase_collection_view_controller.h
index 63bf506cc106c3eb70e776e78bbcf420f3320b59..bad56685e405b6d8ced40834f71c2ca74ea893a2 100644
--- a/ios/chrome/browser/ui/settings/sync_encryption_passphrase_collection_view_controller.h
+++ b/ios/chrome/browser/ui/settings/sync_encryption_passphrase_collection_view_controller.h
@@ -35,7 +35,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
@interface SyncEncryptionPassphraseCollectionViewController
: SettingsRootCollectionViewController<SyncObserverModelBridge>
-@property(nonatomic, readonly) UITextField* passphrase;
+@property(weak, nonatomic, readonly) UITextField* passphrase;
@property(nonatomic, copy) NSString* headerMessage;
@property(nonatomic, copy) NSString* footerMessage;
@property(nonatomic, copy) NSString* processingMessage;

Powered by Google App Engine
This is Rietveld 408576698