| Index: chrome/browser/google_apis/fake_drive_service.cc
|
| diff --git a/chrome/browser/google_apis/fake_drive_service.cc b/chrome/browser/google_apis/fake_drive_service.cc
|
| index d91aced76a49bb7924941cc2b4e58968150e8643..83095ae7c2863b0c44e4bd2e5a3b84da4cfb3c5a 100644
|
| --- a/chrome/browser/google_apis/fake_drive_service.cc
|
| +++ b/chrome/browser/google_apis/fake_drive_service.cc
|
| @@ -931,7 +931,8 @@ void FakeDriveService::ResumeUpload(
|
| int64 content_length,
|
| const std::string& content_type,
|
| const scoped_refptr<net::IOBuffer>& buf,
|
| - const UploadRangeCallback& callback) {
|
| + const UploadRangeCallback& callback,
|
| + const ProgressCallback& progress_callback) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DCHECK(!callback.is_null());
|
|
|
|
|