| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 52497c902953e3280b480456e82ee548641c3cbf..7a9b90e87ea5e3ec8b12902d64fba6cbd3502365 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -591,7 +591,7 @@ BackgroundSyncContextImpl* StoragePartitionImpl::GetBackgroundSyncContext() {
|
| }
|
|
|
| void StoragePartitionImpl::OpenLocalStorage(
|
| - const mojo::String& origin,
|
| + const url::Origin& origin,
|
| mojo::InterfaceRequest<LevelDBWrapper> request) {
|
| dom_storage_context_->OpenLocalStorage(origin, std::move(request));
|
| }
|
|
|