| Index: ios/chrome/browser/reading_list/url_downloader.h
|
| diff --git a/ios/chrome/browser/reading_list/url_downloader.h b/ios/chrome/browser/reading_list/url_downloader.h
|
| index 2a839d9f647794861ca7e41c5b17385a11906da0..0e1dfbdc68ac9e501ab49c5ac077f2f2038208f6 100644
|
| --- a/ios/chrome/browser/reading_list/url_downloader.h
|
| +++ b/ios/chrome/browser/reading_list/url_downloader.h
|
| @@ -113,8 +113,9 @@ class URLDownloader {
|
| // Saves distilled html to disk, including saving images and main file.
|
| SuccessState SaveDistilledHTML(
|
| const GURL& url,
|
| - std::vector<dom_distiller::DistillerViewerInterface::ImageInfo> images,
|
| - std::string html);
|
| + const std::vector<dom_distiller::DistillerViewerInterface::ImageInfo>&
|
| + images,
|
| + const std::string& html);
|
| // Callback for distillation completion.
|
| void DistillerCallback(
|
| const GURL& pageURL,
|
|
|