| Index: chrome/browser/drive/drive_api_service.h
|
| diff --git a/chrome/browser/drive/drive_api_service.h b/chrome/browser/drive/drive_api_service.h
|
| index 85a51e82d9fa7b2da556d2d5564cfbdffe9a16cc..3a330d697de0ad198dba99e920b66ba76dde071b 100644
|
| --- a/chrome/browser/drive/drive_api_service.h
|
| +++ b/chrome/browser/drive/drive_api_service.h
|
| @@ -96,7 +96,7 @@ class DriveAPIService : public DriveServiceInterface,
|
| const google_apis::EntryActionCallback& callback) OVERRIDE;
|
| virtual google_apis::CancelCallback DownloadFile(
|
| const base::FilePath& local_cache_path,
|
| - const GURL& download_url,
|
| + const std::string& resource_id,
|
| const google_apis::DownloadActionCallback& download_action_callback,
|
| const google_apis::GetContentCallback& get_content_callback,
|
| const google_apis::ProgressCallback& progress_callback) OVERRIDE;
|
|
|