Index: content/browser/background_fetch/background_fetch_job_controller.cc |
diff --git a/content/browser/background_fetch/background_fetch_job_controller.cc b/content/browser/background_fetch/background_fetch_job_controller.cc |
index 12bf80d738cbb9a3b7d7d7308b8aa930be318a8f..fca1ce55de6b9ae6e572499a101504d06a0af273 100644 |
--- a/content/browser/background_fetch/background_fetch_job_controller.cc |
+++ b/content/browser/background_fetch/background_fetch_job_controller.cc |
@@ -128,7 +128,7 @@ void BackgroundFetchJobController::ProcessRequest( |
// Set up the download parameters and the OnStartedCallback. |
std::unique_ptr<DownloadUrlParameters> params( |
base::MakeUnique<DownloadUrlParameters>( |
- fetch_request.url(), storage_partition_->GetURLRequestContext())); |
+ fetch_request.GetUrl(), storage_partition_->GetURLRequestContext())); |
params->set_callback( |
base::Bind(&BackgroundFetchJobController::DownloadStarted, |
weak_ptr_factory_.GetWeakPtr(), fetch_request.guid())); |