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..9fb81cd2922eda0f5fe6960abf316fb0fad9bb31 100644 |
--- a/content/browser/storage_partition_impl.cc |
+++ b/content/browser/storage_partition_impl.cc |
@@ -209,8 +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), |
+ CreateFileSystemContext(context, |
+ partition_path, in_memory, |
context->GetSpecialStoragePolicy(), |
quota_manager->proxy()); |