| Index: webkit/fileapi/sandbox_mount_point_provider.h
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
|
| index 74e4d7576c60bfe438c544c7b4f3806b54dd587c..3b7f9ca281ac5f59325f2b54617fc5496b983658 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider.h
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider.h
|
| @@ -96,7 +96,8 @@ class FILEAPI_EXPORT SandboxMountPointProvider
|
| const OVERRIDE;
|
| virtual FileSystemOperation* CreateFileSystemOperation(
|
| const FileSystemURL& url,
|
| - FileSystemContext* context) const OVERRIDE;
|
| + FileSystemContext* context,
|
| + base::PlatformFileError* error_code) const OVERRIDE;
|
| virtual webkit_blob::FileStreamReader* CreateFileStreamReader(
|
| const FileSystemURL& url,
|
| int64 offset,
|
|
|