| 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..d98cbc10ada93d61ceebe8151c9185d8fc052bf3 100644
|
| --- a/components/reading_list/ios/reading_list_model_impl.h
|
| +++ b/components/reading_list/ios/reading_list_model_impl.h
|
| @@ -71,7 +71,8 @@ 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 size) override;
|
|
|
| void SyncAddEntry(std::unique_ptr<ReadingListEntry> entry) override;
|
| ReadingListEntry* SyncMergeEntry(
|
|
|