| Index: chrome/browser/chromeos/file_system_provider/operations/close_file.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/close_file.cc b/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
|
| index c38624c203b030bd4b6cb949805ecee93b073f01..ad977368a03d6a85dda7c73ae502b9e6e50669f3 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
|
| @@ -41,7 +41,9 @@ void CloseFile::OnSuccess(int /* request_id */,
|
| callback_.Run(base::File::FILE_OK);
|
| }
|
|
|
| -void CloseFile::OnError(int /* request_id */, base::File::Error error) {
|
| +void CloseFile::OnError(int /* request_id */,
|
| + scoped_ptr<RequestValue> /* result */,
|
| + base::File::Error error) {
|
| callback_.Run(error);
|
| }
|
|
|
|
|