Index: ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h |
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h b/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h |
index 656088473129a7c8a7c28df5ea6d7a1cd2a33161..7e72fef44587b02fc6a1a8ba4da655cbef898ce2 100644 |
--- a/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h |
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h |
@@ -26,7 +26,7 @@ class PrefRegistrySyncable; |
// and handles displaying the sign-in view controller. |
@interface BookmarkPromoController : NSObject |
-@property(nonatomic, assign) id<BookmarkPromoControllerDelegate> delegate; |
+@property(nonatomic, weak) id<BookmarkPromoControllerDelegate> delegate; |
// Holds the current state of the promo. When the promo state change, it will |
// call the promoStateChanged: selector on the delegate. |