| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index dd35f88511a5ca3ea337dd3cd0a00f240b868d2e..68529eaa9c386f31b7c3f1bbef28f9f506a6eae0 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -465,7 +465,7 @@ StoragePartitionImpl* StoragePartitionImpl::Create(
|
|
|
| scoped_refptr<DOMStorageContextWrapper> dom_storage_context =
|
| new DOMStorageContextWrapper(
|
| - BrowserContext::GetMojoUserIdFor(context),
|
| + BrowserContext::GetMojoConnectorFor(context),
|
| in_memory ? base::FilePath() : context->GetPath(),
|
| relative_partition_path, context->GetSpecialStoragePolicy());
|
|
|
|
|