| 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 083269562c899a0aa4478d15b8896974ff36156b..e167a072514e628a6122a2233d031001c8ed0cd5 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -964,8 +964,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,
|
| + storage_partition_impl_->GetBackgroundSyncContext()));
|
|
|
| mojo_application_host_->service_registry()->AddService(base::Bind(
|
| &content::ServicePortServiceImpl::Create,
|
|
|