| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 5435b931b35d971a5f4bccd2b1f898e58e4366f8..1dcc897e4582061e95f37e447731ca930e3ebb4a 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -387,7 +387,7 @@ void BlinkPlatformImpl::InternalInit() {
|
| ChildThreadImpl::current()->notification_dispatcher();
|
| push_dispatcher_ = ChildThreadImpl::current()->push_dispatcher();
|
| permission_client_.reset(new PermissionDispatcher(
|
| - ChildThreadImpl::current()->service_registry()));
|
| + ChildThreadImpl::current()->remote_interfaces()));
|
| main_thread_sync_provider_.reset(
|
| new BackgroundSyncProvider(main_thread_task_runner_.get()));
|
| }
|
|
|