| Index: chrome/browser/google_apis/fake_drive_service.h
|
| diff --git a/chrome/browser/google_apis/fake_drive_service.h b/chrome/browser/google_apis/fake_drive_service.h
|
| index c5116b6dce5e366004509c0f19f3f7c15b6ff0f3..b99c09ef0f3d438621850487fae24397db5b864a 100644
|
| --- a/chrome/browser/google_apis/fake_drive_service.h
|
| +++ b/chrome/browser/google_apis/fake_drive_service.h
|
| @@ -123,7 +123,8 @@ class FakeDriveService : 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;
|
| // The new resource ID for the copied document will look like
|
| // |resource_id| + "_copied".
|
| virtual void CopyHostedDocument(
|
|
|