Index: ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.h |
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.h b/ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.h |
index 795c3ab7e88d0e077b1c8eddc764e114167e7da3..11e4c6f9db633aaeafe9c16e446dd3ba343544e7 100644 |
--- a/ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.h |
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.h |
@@ -23,7 +23,7 @@ |
+ (NSString*)reuseIdentifier; |
-@property(nonatomic, assign) id<BookmarkPromoCellDelegate> delegate; |
+@property(nonatomic, weak) id<BookmarkPromoCellDelegate> delegate; |
@end |