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

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: rebase Created 3 years, 8 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;
lpromero 2017/04/13 10:02:29 Idem, this should be strong.
stkhapugin 2017/04/13 14:48:31 Done.
@property(nonatomic, copy) NSString* headerMessage;
@property(nonatomic, copy) NSString* footerMessage;
@property(nonatomic, copy) NSString* processingMessage;

Powered by Google App Engine
This is Rietveld 408576698