| 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 80a745f6c954ffe6e19bda08e5c0dc653b6f4c7c..a98cdc62db53f98181959e8561f2fc95ee574af0 100644
|
| --- a/webkit/fileapi/file_system_quota_client_unittest.cc
|
| +++ b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| @@ -126,7 +126,7 @@ class FileSystemQuotaClientTest : public testing::Test {
|
| // temporary and persistent filesystem.
|
| return file_system_context_->path_manager()->sandbox_provider()->
|
| GetBaseDirectoryForOriginAndType(
|
| - GURL(origin_url), QuotaStorageTypeToFileSystemType(type));
|
| + GURL(origin_url), QuotaStorageTypeToFileSystemType(type), true);
|
| }
|
|
|
| bool CreateFileSystemDirectory(const char* dir_name,
|
|
|