| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 1dcc897e4582061e95f37e447731ca930e3ebb4a..a4b1dc6c31d11ba37ee0fd3cd394c582e6b08ac3 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()->remote_interfaces()));
|
| + ChildThreadImpl::current()->GetRemoteInterfaces()));
|
| main_thread_sync_provider_.reset(
|
| new BackgroundSyncProvider(main_thread_task_runner_.get()));
|
| }
|
|
|