| 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 eba07b7ac91dfe41d4c829c89eec2633191668a1..6adb7689b54edaafaa445f3ffebc9da939d3d7fe 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
|
| @@ -23,9 +23,10 @@ ReadingListDistillerPageFactory::~ReadingListDistillerPageFactory() {}
|
|
|
| std::unique_ptr<ReadingListDistillerPage>
|
| ReadingListDistillerPageFactory::CreateReadingListDistillerPage(
|
| + const GURL& url,
|
| ReadingListDistillerPageDelegate* delegate) const {
|
| return base::MakeUnique<ReadingListDistillerPage>(
|
| - browser_state_, web_state_dispatcher_.get(), delegate);
|
| + url, browser_state_, web_state_dispatcher_.get(), delegate);
|
| }
|
|
|
| void ReadingListDistillerPageFactory::ReleaseAllRetainedWebState() {
|
|
|