summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/file_system_provider/operations/operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/file_system_provider/operations/operation.h')
-rw-r--r--chrome/browser/chromeos/file_system_provider/operations/operation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.h b/chrome/browser/chromeos/file_system_provider/operations/operation.h
index e5d07eb..3c1e78a 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/operation.h
+++ b/chrome/browser/chromeos/file_system_provider/operations/operation.h
@@ -41,9 +41,7 @@ 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,
- 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(