| Index: trunk/src/chrome/browser/chromeos/file_system_provider/operations/operation.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/file_system_provider/operations/operation.h (revision 278185)
|
| +++ trunk/src/chrome/browser/chromeos/file_system_provider/operations/operation.h (working copy)
|
| @@ -41,9 +41,7 @@
|
| virtual void OnSuccess(int request_id,
|
| scoped_ptr<RequestValue> result,
|
| bool has_more) OVERRIDE = 0;
|
| - virtual void OnError(int request_id,
|
| - scoped_ptr<RequestValue> result,
|
| - base::File::Error error) OVERRIDE = 0;
|
| + virtual void OnError(int request_id, base::File::Error error) OVERRIDE = 0;
|
|
|
| // Sets custom dispatchign event implementation for tests.
|
| void SetDispatchEventImplForTesting(
|
|
|