| 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.
|
|
|