| Index: components/reading_list/ios/reading_list_model_storage.h
|
| diff --git a/components/reading_list/ios/reading_list_model_storage.h b/components/reading_list/ios/reading_list_model_storage.h
|
| index 21c3acc1dfcdc15dae66714c97407689484622fd..a2ed7cc4186d74f2c98b6798fe157eb5e0d00e06 100644
|
| --- a/components/reading_list/ios/reading_list_model_storage.h
|
| +++ b/components/reading_list/ios/reading_list_model_storage.h
|
| @@ -41,7 +41,7 @@ class ReadingListModelStorage {
|
|
|
| // Saves or updates an entry. If the entry is not yet in the database, it is
|
| // created.
|
| - virtual void SaveEntry(const ReadingListEntry& entry, bool read) = 0;
|
| + virtual void SaveEntry(const ReadingListEntry& entry) = 0;
|
|
|
| // Removed an entry from the storage.
|
| virtual void RemoveEntry(const ReadingListEntry& entry) = 0;
|
|
|