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

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

Issue 2889963002: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_internal to ARC.
Patch Set: Moved testing method accessing ivars to a category Created 3 years, 7 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 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;
« 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