| Index: trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory.cc (revision 278185)
|
| +++ trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory.cc (working copy)
|
| @@ -84,9 +84,7 @@
|
| callback_.Run(base::File::FILE_OK, entry_list, has_more);
|
| }
|
|
|
| -void ReadDirectory::OnError(int /* request_id */,
|
| - scoped_ptr<RequestValue> /* result */,
|
| - base::File::Error error) {
|
| +void ReadDirectory::OnError(int /* request_id */, base::File::Error error) {
|
| callback_.Run(
|
| error, fileapi::AsyncFileUtil::EntryList(), false /* has_more */);
|
| }
|
|
|