| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index f56bc57192c01a28101ef2b207d2d8a789f907ae..e102445330aa80d3d0e18e50d1cca68e3514e013 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -597,7 +597,7 @@ BackgroundSyncContextImpl* StoragePartitionImpl::GetBackgroundSyncContext() {
|
|
|
| void StoragePartitionImpl::OpenLocalStorage(
|
| const url::Origin& origin,
|
| - mojo::InterfaceRequest<LevelDBWrapper> request) {
|
| + mojo::InterfaceRequest<mojom::LevelDBWrapper> request) {
|
| dom_storage_context_->OpenLocalStorage(origin, std::move(request));
|
| }
|
|
|
| @@ -891,7 +891,7 @@ BrowserContext* StoragePartitionImpl::browser_context() const {
|
| }
|
|
|
| void StoragePartitionImpl::Bind(
|
| - mojo::InterfaceRequest<StoragePartitionService> request) {
|
| + mojo::InterfaceRequest<mojom::StoragePartitionService> request) {
|
| bindings_.AddBinding(this, std::move(request));
|
| }
|
|
|
|
|