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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_bar_item.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/new_tab_page_bar_item.h
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h b/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h
index dd349144e87865094c2a4fd03a343a3e0582ccc9..0802e973274642650148bd0b8e19c573ada282f0 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h
@@ -19,8 +19,8 @@
@property(nonatomic, copy) NSString* title;
@property(nonatomic, assign) NSUInteger identifier;
-@property(nonatomic, retain) UIImage* image;
-@property(nonatomic, assign) UIView* view;
+@property(nonatomic, strong) UIImage* image;
+@property(nonatomic, weak) UIView* view;
@end
#endif // IOS_CHROME_BROWSER_UI_NTP_NEW_TAB_PAGE_BAR_ITEM_H_
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_bar_button.mm ('k') | ios/chrome/browser/ui/ntp/new_tab_page_bar_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698