| Index: content/child/background_sync/background_sync_provider.cc
|
| diff --git a/content/child/background_sync/background_sync_provider.cc b/content/child/background_sync/background_sync_provider.cc
|
| index 9387354fc51383c3452ce66b95b93283d82c29b9..517a6b61b818a98c68968dd713e3fad18612b386 100644
|
| --- a/content/child/background_sync/background_sync_provider.cc
|
| +++ b/content/child/background_sync/background_sync_provider.cc
|
| @@ -36,7 +36,7 @@ int64_t GetServiceWorkerRegistrationId(
|
| void ConnectToServiceOnMainThread(
|
| blink::mojom::BackgroundSyncServiceRequest request) {
|
| DCHECK(ChildThreadImpl::current());
|
| - ChildThreadImpl::current()->remote_interfaces()->GetInterface(
|
| + ChildThreadImpl::current()->GetRemoteInterfaces()->GetInterface(
|
| std::move(request));
|
| }
|
|
|
|
|