| Index: components/html_viewer/html_document_application_delegate.cc
|
| diff --git a/components/html_viewer/html_document_application_delegate.cc b/components/html_viewer/html_document_application_delegate.cc
|
| index 9d699dd0c9033cf090a179dc64c3fff13df7737a..90f445df9864fc56bf3b91bed987030691d9015e 100644
|
| --- a/components/html_viewer/html_document_application_delegate.cc
|
| +++ b/components/html_viewer/html_document_application_delegate.cc
|
| @@ -28,7 +28,7 @@ class HTMLDocumentApplicationDelegate::InterfaceBinderQueue
|
| ScopedVector<Request> requests;
|
| requests_.swap(requests);
|
| for (Request* request : requests) {
|
| - connection->GetLocalServiceProvider()->ConnectToService(
|
| + connection->GetLocalInterfaces()->ConnectToService(
|
| request->interface_name, std::move(request->handle));
|
| }
|
| }
|
|
|