| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 6f9b506ce329a110b946c28bd528299d1416c328..3fd72bf36828da6e99a8acaf5f2092048e7d3033 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()));
|
| }
|
|
|