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

Unified Diff: ios/chrome/browser/reading_list/reading_list_download_service.h

Issue 2491383002: Use Distilled path instead of DistilledURL. (Closed)
Patch Set: fix compilation Created 4 years, 1 month 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
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_download_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/reading_list_download_service.h
diff --git a/ios/chrome/browser/reading_list/reading_list_download_service.h b/ios/chrome/browser/reading_list/reading_list_download_service.h
index bbe08105a39c7aa736144ddff137a6d60f67d24a..f8bc288227e34d1934159af6f58407e3339a6dba 100644
--- a/ios/chrome/browser/reading_list/reading_list_download_service.h
+++ b/ios/chrome/browser/reading_list/reading_list_download_service.h
@@ -80,7 +80,7 @@ class ReadingListDownloadService
// Callback for entry download.
void OnDownloadEnd(const GURL& url,
URLDownloader::SuccessState success,
- const GURL& distilled_url,
+ const base::FilePath& distilled_path,
const std::string& title);
// Callback for entry deletion.
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_download_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698