| Index: chrome/browser/google_apis/drive_api_service.h
|
| diff --git a/chrome/browser/google_apis/drive_api_service.h b/chrome/browser/google_apis/drive_api_service.h
|
| index 386863a609f451b3de35108ba998da8c187651ec..f5ece8d4ee77aba93ed976a9abb5d152ca2d84e4 100644
|
| --- a/chrome/browser/google_apis/drive_api_service.h
|
| +++ b/chrome/browser/google_apis/drive_api_service.h
|
| @@ -100,7 +100,8 @@ class DriveAPIService : 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,
|
|
|