| Index: components/reading_list/ios/reading_list_model_impl.h
|
| diff --git a/components/reading_list/ios/reading_list_model_impl.h b/components/reading_list/ios/reading_list_model_impl.h
|
| index 72258860816581643e29c4f9304486762917fc5c..59367998b2489ba8d88a375a23e14a0d7c984274 100644
|
| --- a/components/reading_list/ios/reading_list_model_impl.h
|
| +++ b/components/reading_list/ios/reading_list_model_impl.h
|
| @@ -71,7 +71,9 @@ class ReadingListModelImpl : public ReadingListModel,
|
| ReadingListEntry::DistillationState state) override;
|
| void SetEntryDistilledInfo(const GURL& url,
|
| const base::FilePath& distilled_path,
|
| - const GURL& distilled_url) override;
|
| + const GURL& distilled_url,
|
| + int64_t distillation_size,
|
| + int64_t distillation_date) override;
|
|
|
| void SyncAddEntry(std::unique_ptr<ReadingListEntry> entry) override;
|
| ReadingListEntry* SyncMergeEntry(
|
|
|