| Index: ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| diff --git a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| index d405a6b80a644f1205df7c5543c58870cc4be0cb..96572e2bd83ed603f15b39f845e399c2c16dc988 100644
|
| --- a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| +++ b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| @@ -21,6 +21,12 @@ ReadingListDistillerPageFactory::ReadingListDistillerPageFactory(
|
|
|
| ReadingListDistillerPageFactory::~ReadingListDistillerPageFactory() {}
|
|
|
| +std::unique_ptr<reading_list::ReadingListDistillerPage>
|
| +ReadingListDistillerPageFactory::CreateReadingListDistillerPage() const {
|
| + return base::MakeUnique<ReadingListDistillerPage>(
|
| + browser_state_, web_state_dispatcher_.get());
|
| +}
|
| +
|
| std::unique_ptr<dom_distiller::DistillerPage>
|
| ReadingListDistillerPageFactory::CreateDistillerPage(
|
| const gfx::Size& view_size) const {
|
|
|