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

Unified Diff: ios/chrome/browser/ui/history/history_entry_inserter.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_entry_inserter.h
diff --git a/ios/chrome/browser/ui/history/history_entry_inserter.h b/ios/chrome/browser/ui/history/history_entry_inserter.h
index d34fc98cdc8b2bbc217eccfe429736a4328b8392..c7d33460a350f3038c74f1df0a89e98a23f72eda 100644
--- a/ios/chrome/browser/ui/history/history_entry_inserter.h
+++ b/ios/chrome/browser/ui/history/history_entry_inserter.h
@@ -36,7 +36,7 @@ class Time;
// Delegate for the HistoryEntryInserter. Receives callbacks upon item and
// section insertion and removal.
-@property(nonatomic, assign) id<HistoryEntryInserterDelegate> delegate;
+@property(nonatomic, weak) id<HistoryEntryInserterDelegate> delegate;
// Designated initializer for HistoryEntryInserter. collectionViewModel is the
// model into which entries are inserted. Sections for history entries are
« no previous file with comments | « ios/chrome/browser/ui/history/history_entries_status_item.mm ('k') | ios/chrome/browser/ui/history/history_entry_inserter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698