| Index: webkit/browser/fileapi/file_system_operation_runner.h
|
| diff --git a/webkit/browser/fileapi/file_system_operation_runner.h b/webkit/browser/fileapi/file_system_operation_runner.h
|
| index 1a5314c5f3d378bb66ff37fb5baae5dda3529d50..555fe3b975b95422c02eeb010a8c931653ff9b46 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_runner.h
|
| +++ b/webkit/browser/fileapi/file_system_operation_runner.h
|
| @@ -271,8 +271,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
|
| void DidOpenFile(
|
| const OperationHandle& handle,
|
| const OpenFileCallback& callback,
|
| - base::File::Error rv,
|
| - base::PlatformFile file,
|
| + base::File file,
|
| const base::Closure& on_close_callback);
|
| void DidCreateSnapshot(
|
| const OperationHandle& handle,
|
|
|