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

Unified Diff: ios/chrome/browser/ui/settings/settings_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/settings_collection_view_controller.h
diff --git a/ios/chrome/browser/ui/settings/settings_collection_view_controller.h b/ios/chrome/browser/ui/settings/settings_collection_view_controller.h
index cd799e279fb5f3695918ce22011e4102cadecd45..e5ffd3f465d5cb09ed6a4759071a3f3392c94ce8 100644
--- a/ios/chrome/browser/ui/settings/settings_collection_view_controller.h
+++ b/ios/chrome/browser/ui/settings/settings_collection_view_controller.h
@@ -34,7 +34,7 @@ extern NSString* const kSettingsVoiceSearchCellId;
// The controller used to signin on this screen. Returns nil unless a signin is
// currently occuring.
-@property(nonatomic, readonly)
+@property(weak, nonatomic, readonly)
lpromero 2017/04/13 10:02:29 Internally, it's a strong reference. I think it wa
stkhapugin 2017/04/13 14:48:31 Done.
SigninInteractionController* signinInteractionController;
// Initializes a new SettingsCollectionViewController. |mainBrowserState|,

Powered by Google App Engine
This is Rietveld 408576698