| Index: webkit/fileapi/test_mount_point_provider.h
|
| diff --git a/webkit/fileapi/test_mount_point_provider.h b/webkit/fileapi/test_mount_point_provider.h
|
| index 6f9b04cbda96c9f4da017c6ce0527ea4bc018bc1..7d52e48c413f7043605ebd4c5ab2c248361e483a 100644
|
| --- a/webkit/fileapi/test_mount_point_provider.h
|
| +++ b/webkit/fileapi/test_mount_point_provider.h
|
| @@ -53,7 +53,8 @@ class FILEAPI_EXPORT_PRIVATE TestMountPointProvider
|
| 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,
|
|
|