| Index: webkit/fileapi/file_system_quota_client_unittest.cc
|
| diff --git a/webkit/fileapi/file_system_quota_client_unittest.cc b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| index 36fac4a6d13e6d41656c04dcfaa2f38dd2de167f..0e643d66391173c646b691b74c446d08438b9747 100644
|
| --- a/webkit/fileapi/file_system_quota_client_unittest.cc
|
| +++ b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| @@ -148,10 +148,10 @@ class FileSystemQuotaClientTest : public testing::Test {
|
| if (file_path.empty())
|
| return false;
|
|
|
| + FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type);
|
| FileSystemFileUtil* file_util = file_system_context_->
|
| - sandbox_provider()->GetFileUtil();
|
| + sandbox_provider()->GetFileUtil(type);
|
|
|
| - FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type);
|
| FileSystemURL url(GURL(origin_url), type, file_path);
|
| scoped_ptr<FileSystemOperationContext> context(
|
| CreateFileSystemOperationContext());
|
|
|