| 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_
|
|
|