| Index: webkit/fileapi/file_system_test_helper.cc
|
| diff --git a/webkit/fileapi/file_system_test_helper.cc b/webkit/fileapi/file_system_test_helper.cc
|
| index 477ebfd23a7415235452d63715d3cc7c552739ce..4c149750657d021160c229e6e79116ba4be0fdf2 100644
|
| --- a/webkit/fileapi/file_system_test_helper.cc
|
| +++ b/webkit/fileapi/file_system_test_helper.cc
|
| @@ -91,7 +91,7 @@ void FileSystemTestOriginHelper::SetUp(
|
| if (file_util)
|
| file_util_ = file_util;
|
| else
|
| - file_util_ = mount_point_provider->GetFileUtil();
|
| + file_util_ = mount_point_provider->GetFileUtil(type_);
|
|
|
| DCHECK(file_util_);
|
|
|
|
|