| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index d290778c2ef396872a90bc8ac67359e78b6a3f7e..8432df78c1a6172b38a289fbedf5ff53a0a606bd 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -954,8 +954,8 @@ void RenderProcessHostImpl::RegisterMojoServices() {
|
| base::Unretained(permission_service_context_.get())));
|
|
|
| mojo_application_host_->service_registry()->AddService(base::Bind(
|
| - &content::BackgroundSyncServiceImpl::Create,
|
| - base::Unretained(storage_partition_impl_->GetBackgroundSyncContext())));
|
| + &BackgroundSyncContextImpl::CreateService,
|
| + make_scoped_refptr(storage_partition_impl_->GetBackgroundSyncContext())));
|
|
|
| mojo_application_host_->service_registry()->AddService(base::Bind(
|
| &content::ServicePortServiceImpl::Create,
|
|
|