| Index: chrome/browser/sync_file_system/drive_backend/api_util.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/api_util.cc b/chrome/browser/sync_file_system/drive_backend/api_util.cc
|
| index 4fe47835e0bd8ecdc52940c72844087f0cd47128..dc663299063482827427e45f37eba6077ff7c752 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/api_util.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/api_util.cc
|
| @@ -723,9 +723,9 @@ void APIUtil::DownloadFileInternal(
|
| }
|
|
|
| DVLOG(2) << "Downloading file: " << entry->resource_id();
|
| - const GURL& download_url = entry->download_url();
|
| + const std::string& resource_id = entry->resource_id();
|
| drive_service_->DownloadFile(local_file_path,
|
| - download_url,
|
| + resource_id,
|
| base::Bind(&APIUtil::DidDownloadFile,
|
| AsWeakPtr(),
|
| base::Passed(&entry),
|
|
|