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

Unified Diff: ios/chrome/browser/ui/ntp/whats_new_header_view.h

Issue 2955363002: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_internal to ARC. (Closed)
Patch Set: rebase Created 3 years, 5 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/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 b87a1385ae343881b7c1405f8296edb4fa3918ed..715a928be9fdc877964147be49569e82f8c19fdf 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;
« no previous file with comments | « ios/chrome/browser/ui/ntp/notification_promo_whats_new.mm ('k') | ios/chrome/browser/ui/ntp/whats_new_header_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698