| Index: chrome/browser/chromeos/file_system_provider/operations/read_file.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/read_file.cc b/chrome/browser/chromeos/file_system_provider/operations/read_file.cc
|
| index 3f0d38677e8de42abb965616a922cebd4be93fcd..ca0bf5af5d233048652215e881bda2e289ea152f 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/read_file.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/read_file.cc
|
| @@ -84,7 +84,9 @@ void ReadFile::OnSuccess(int /* request_id */,
|
| callback_.Run(copy_result, has_more, base::File::FILE_OK);
|
| }
|
|
|
| -void ReadFile::OnError(int /* request_id */, base::File::Error error) {
|
| +void ReadFile::OnError(int /* request_id */,
|
| + scoped_ptr<RequestValue> /* result */,
|
| + base::File::Error error) {
|
| callback_.Run(0 /* chunk_length */, false /* has_more */, error);
|
| }
|
|
|
|
|