| Index: chrome/browser/google_apis/dummy_drive_service.h
|
| diff --git a/chrome/browser/google_apis/dummy_drive_service.h b/chrome/browser/google_apis/dummy_drive_service.h
|
| index 7d051ab851f62de57807d916b02e35f93ce6be73..374269a20d1e5acb2038e7e5e9ae0836ce02c822 100644
|
| --- a/chrome/browser/google_apis/dummy_drive_service.h
|
| +++ b/chrome/browser/google_apis/dummy_drive_service.h
|
| @@ -63,7 +63,8 @@ class DummyDriveService : 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,
|
|
|