| Index: trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file.h (revision 278185)
|
| +++ trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file.h (working copy)
|
| @@ -46,9 +46,7 @@
|
| virtual void OnSuccess(int request_id,
|
| scoped_ptr<RequestValue> result,
|
| bool has_more) OVERRIDE;
|
| - virtual void OnError(int request_id,
|
| - scoped_ptr<RequestValue> result,
|
| - base::File::Error error) OVERRIDE;
|
| + virtual void OnError(int request_id, base::File::Error error) OVERRIDE;
|
|
|
| private:
|
| int file_handle_;
|
|
|