| Index: webkit/fileapi/local_file_system_test_helper.cc
|
| diff --git a/webkit/fileapi/local_file_system_test_helper.cc b/webkit/fileapi/local_file_system_test_helper.cc
|
| index 1116d0ca4219dcfca848ad939f98d4db4bf3f257..f174ead2ba48df1607b6463959de940f6f386036 100644
|
| --- a/webkit/fileapi/local_file_system_test_helper.cc
|
| +++ b/webkit/fileapi/local_file_system_test_helper.cc
|
| @@ -91,7 +91,7 @@ void LocalFileSystemTestOriginHelper::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_);
|
|
|
|
|