| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 691a40fb05481d18e98252d275183d40b057d9ce..ec092d20c12b88f14da77b3f0dec77007d886826 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -209,9 +209,8 @@ StoragePartitionImpl* StoragePartitionImpl::Create(
|
| // Each consumer is responsible for registering its QuotaClient during
|
| // its construction.
|
| scoped_refptr<fileapi::FileSystemContext> filesystem_context =
|
| - CreateFileSystemContext(partition_path, in_memory,
|
| - BrowserContext::GetMountPoints(context),
|
| - context->GetSpecialStoragePolicy(),
|
| + CreateFileSystemContext(context,
|
| + partition_path, in_memory,
|
| quota_manager->proxy());
|
|
|
| scoped_refptr<webkit_database::DatabaseTracker> database_tracker =
|
|
|