| Index: trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h (revision 278185)
|
| +++ trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h (working copy)
|
| @@ -39,9 +39,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:
|
| base::FilePath entry_path_;
|
|
|