| Index: ios/chrome/browser/ui/history/history_entries_status_item.h
|
| diff --git a/ios/chrome/browser/ui/history/history_entries_status_item.h b/ios/chrome/browser/ui/history/history_entries_status_item.h
|
| index 0fca35e881a51016e0e9c89434536671b485c96b..076a21f1b7c7110c92ee15c68b0395c681ffea57 100644
|
| --- a/ios/chrome/browser/ui/history/history_entries_status_item.h
|
| +++ b/ios/chrome/browser/ui/history/history_entries_status_item.h
|
| @@ -38,7 +38,7 @@ class GURL;
|
| // YES if message for other forms of browsing data should be shown.
|
| @property(nonatomic, assign) BOOL showsOtherBrowsingDataNotice;
|
| // Delegate for HistoryEntriesStatusItem. Is notified when a link is pressed.
|
| -@property(nonatomic, assign) id<HistoryEntriesStatusItemDelegate> delegate;
|
| +@property(nonatomic, weak) id<HistoryEntriesStatusItemDelegate> delegate;
|
| @end
|
|
|
| // Cell for displaying status for history entry. Provides information on whether
|
|
|