| Index: chrome/browser/chromeos/file_system_provider/operations/operation.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.h b/chrome/browser/chromeos/file_system_provider/operations/operation.h
|
| index 3c1e78aa5f8c416a2fa69b8e03bb2ab3aa49cc7d..e5d07ebadae76fcd9834ad9674b8341dbaa7a821 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/operation.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/operation.h
|
| @@ -41,7 +41,9 @@ class Operation : public RequestManager::HandlerInterface {
|
| virtual void OnSuccess(int request_id,
|
| scoped_ptr<RequestValue> result,
|
| bool has_more) OVERRIDE = 0;
|
| - virtual void OnError(int request_id, base::File::Error error) OVERRIDE = 0;
|
| + virtual void OnError(int request_id,
|
| + scoped_ptr<RequestValue> result,
|
| + base::File::Error error) OVERRIDE = 0;
|
|
|
| // Sets custom dispatchign event implementation for tests.
|
| void SetDispatchEventImplForTesting(
|
|
|