| Index: components/html_viewer/html_document_oopif.cc
|
| diff --git a/components/html_viewer/html_document_oopif.cc b/components/html_viewer/html_document_oopif.cc
|
| index 5abfa30ea6cd271582ae9902c4b32a5944fd81e8..33a86ca03a1160686a9362cbf180a322b6db340d 100644
|
| --- a/components/html_viewer/html_document_oopif.cc
|
| +++ b/components/html_viewer/html_document_oopif.cc
|
| @@ -74,7 +74,7 @@ HTMLDocumentOOPIF::HTMLDocumentOOPIF(
|
|
|
| connection->AddService<mandoline::FrameTreeClient>(this);
|
| connection->AddService<AxProvider>(this);
|
| - connection->AddService<mojo::ViewManagerClient>(this);
|
| + connection->AddService<mojo::ViewTreeClient>(this);
|
| connection->AddService<devtools_service::DevToolsAgent>(this);
|
| if (IsTestInterfaceEnabled())
|
| connection->AddService<TestHTMLViewer>(this);
|
| @@ -263,7 +263,7 @@ void HTMLDocumentOOPIF::Create(
|
|
|
| void HTMLDocumentOOPIF::Create(
|
| mojo::ApplicationConnection* connection,
|
| - mojo::InterfaceRequest<mojo::ViewManagerClient> request) {
|
| + mojo::InterfaceRequest<mojo::ViewTreeClient> request) {
|
| mojo::ViewManager::Create(this, request.Pass());
|
| }
|
|
|
|
|