| Index: webkit/chromeos/fileapi/remote_file_system_operation.h
|
| diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h
|
| index ba429c1a0d8ecf1d768a9478b37efe0ee62c904f..ac920ac9392bc4f92584c70b4fd467ee714fbe59 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_system_operation.h
|
| +++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
|
| @@ -114,6 +114,7 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperation {
|
| const base::FilePath& platform_path,
|
| const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref);
|
| void DidOpenFile(
|
| + const fileapi::FileSystemURL& url,
|
| const OpenFileCallback& callback,
|
| base::PlatformFileError result,
|
| base::PlatformFile file,
|
|
|