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

Unified Diff: ios/chrome/browser/ui/history/history_entries_status_item.h

Issue 2624963003: [ObjC ARC] Converts ios/chrome/browser/ui/history:history to ARC. (Closed)
Patch Set: Removes the rest of weak and scoped nsobjects. Created 3 years, 11 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/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

Powered by Google App Engine
This is Rietveld 408576698