| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 439d9eabfb7ffb40e03c4b656e93a7505e4e1e29..f930009229a24ee422dafe1add02676222448851 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -459,7 +459,7 @@ std::unique_ptr<StoragePartitionImpl> StoragePartitionImpl::Create(
|
|
|
| scoped_refptr<DOMStorageContextWrapper> dom_storage_context =
|
| new DOMStorageContextWrapper(
|
| - BrowserContext::GetShellConnectorFor(context),
|
| + BrowserContext::GetConnectorFor(context),
|
| in_memory ? base::FilePath() : context->GetPath(),
|
| relative_partition_path, context->GetSpecialStoragePolicy());
|
|
|
|
|