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