Index: ios/chrome/browser/ui/ntp/whats_new_header_view.h |
diff --git a/ios/chrome/browser/ui/ntp/whats_new_header_view.h b/ios/chrome/browser/ui/ntp/whats_new_header_view.h |
index ac30616408bbff9be198b94cd602ee9fb50bce10..6dd4d4703ca4cb9276daa9f44160a708283f14a2 100644 |
--- a/ios/chrome/browser/ui/ntp/whats_new_header_view.h |
+++ b/ios/chrome/browser/ui/ntp/whats_new_header_view.h |
@@ -18,7 +18,7 @@ |
@interface WhatsNewHeaderView : UICollectionReusableView |
-@property(nonatomic, assign) id<WhatsNewHeaderViewDelegate> delegate; |
+@property(nonatomic, weak) id<WhatsNewHeaderViewDelegate> delegate; |
// Sets the text for the attributed label. |
- (void)setText:(NSString*)text; |