Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: ios/chrome/browser/reading_list/url_downloader_unittest.mm

Issue 2604773002: Create distiller files for Reading List. (Closed)
Patch Set: feedback Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/reading_list/url_downloader_unittest.mm
diff --git a/ios/chrome/browser/reading_list/url_downloader_unittest.mm b/ios/chrome/browser/reading_list/url_downloader_unittest.mm
index 717f208c01fa72a104344b358cb10e6b29ba35c6..b0bf2fc15a9104842482f0fde8387ef936042a54 100644
--- a/ios/chrome/browser/reading_list/url_downloader_unittest.mm
+++ b/ios/chrome/browser/reading_list/url_downloader_unittest.mm
@@ -40,8 +40,9 @@ class DistillerViewerTest : public dom_distiller::DistillerViewerInterface {
class MockURLDownloader : public URLDownloader {
public:
MockURLDownloader(base::FilePath path)
- : URLDownloader(nil,
- nil,
+ : URLDownloader(nullptr,
+ nullptr,
+ nullptr,
path,
base::Bind(&MockURLDownloader::OnEndDownload,
base::Unretained(this)),
« no previous file with comments | « ios/chrome/browser/reading_list/url_downloader.cc ('k') | ios/chrome/browser/ui/reader_mode/reader_mode_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698