| Index: chrome/browser/drive/fake_drive_service.h
|
| diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h
|
| index efe8839a512817b195f8c7c738a507323407abf9..9b59e0c917958c0349e6d18a42c9588a3188f0bb 100644
|
| --- a/chrome/browser/drive/fake_drive_service.h
|
| +++ b/chrome/browser/drive/fake_drive_service.h
|
| @@ -121,7 +121,7 @@ class FakeDriveService : 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;
|
|
|