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

Unified Diff: ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.h

Issue 2936583002: [ObjC ARC] Converts ios/chrome/browser/ui/authentication:authentication to ARC. (Closed)
Patch Set: Review fixes. Created 3 years, 6 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/authentication/signin_account_selector_view_controller.h
diff --git a/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.h b/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.h
index c602f35a6c1902d9335271e653d7606d05b5880f..240ce9dfe898c1a4fcce455cee6f6c94636f067c 100644
--- a/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.h
+++ b/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.h
@@ -29,7 +29,7 @@
- (instancetype)initWithStyle:(CollectionViewControllerStyle)style
NS_UNAVAILABLE;
-@property(nonatomic, assign) id<SigninAccountSelectorViewControllerDelegate>
+@property(nonatomic, weak) id<SigninAccountSelectorViewControllerDelegate>
delegate;
// Returns the identity that is selected or nil.

Powered by Google App Engine
This is Rietveld 408576698