summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/file_system_provider/operations/get_metadata.h')
-rw-r--r--chrome/browser/chromeos/file_system_provider/operations/get_metadata.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h b/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h
index a41b54c..38eb87b 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h
+++ b/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h
@@ -39,7 +39,9 @@ class GetMetadata : public Operation {
virtual void OnSuccess(int request_id,
scoped_ptr<RequestValue> result,
bool has_more) OVERRIDE;
- virtual void OnError(int request_id, base::File::Error error) OVERRIDE;
+ virtual void OnError(int request_id,
+ scoped_ptr<RequestValue> result,
+ base::File::Error error) OVERRIDE;
private:
base::FilePath entry_path_;