Index: chrome/browser/drive/gdata_wapi_service.h |
diff --git a/chrome/browser/drive/gdata_wapi_service.h b/chrome/browser/drive/gdata_wapi_service.h |
index 2baeefcf5c033d99552f002676e0aa359fb284d4..72e6c6c08f41c669ca297bdee5d0637a1c53d890 100644 |
--- a/chrome/browser/drive/gdata_wapi_service.h |
+++ b/chrome/browser/drive/gdata_wapi_service.h |
@@ -100,7 +100,7 @@ class GDataWapiService : 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; |