| Index: webkit/fileapi/test_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/test_mount_point_provider.cc b/webkit/fileapi/test_mount_point_provider.cc
|
| index 6ceb914fa9739ffa905539b0ee52061066aca9d9..23704f1332ff68b1365bbe0346d8c47af2e3b994 100644
|
| --- a/webkit/fileapi/test_mount_point_provider.cc
|
| +++ b/webkit/fileapi/test_mount_point_provider.cc
|
| @@ -124,7 +124,7 @@ bool TestMountPointProvider::IsRestrictedFileName(
|
| return false;
|
| }
|
|
|
| -FileSystemFileUtil* TestMountPointProvider::GetFileUtil() {
|
| +FileSystemFileUtil* TestMountPointProvider::GetFileUtil(FileSystemType type) {
|
| return local_file_util_.get();
|
| }
|
|
|
|
|