| Index: chrome/browser/google_apis/gdata_wapi_service.h
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h
|
| index b992cf36b86da54529e5065f790b6c6309c881da..7ff18c9f513d770f5d76c8eff8cd3c18b40a74e3 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_service.h
|
| +++ b/chrome/browser/google_apis/gdata_wapi_service.h
|
| @@ -99,7 +99,8 @@ class GDataWapiService : public DriveServiceInterface,
|
| const base::FilePath& local_cache_path,
|
| const GURL& download_url,
|
| const DownloadActionCallback& download_action_callback,
|
| - const GetContentCallback& get_content_callback) OVERRIDE;
|
| + const GetContentCallback& get_content_callback,
|
| + const ProgressCallback& progress_callback) OVERRIDE;
|
| virtual void CopyHostedDocument(
|
| const std::string& resource_id,
|
| const std::string& new_name,
|
|
|