| Index: components/html_viewer/html_document_oopif.h
|
| diff --git a/components/html_viewer/html_document_oopif.h b/components/html_viewer/html_document_oopif.h
|
| index 3356883c454db8facd8012138f1ae7defb6f4a3d..d3ac9a24be5bf79d734011fa9712399c46af43b8 100644
|
| --- a/components/html_viewer/html_document_oopif.h
|
| +++ b/components/html_viewer/html_document_oopif.h
|
| @@ -55,7 +55,7 @@ class HTMLDocumentOOPIF
|
| public mojo::InterfaceFactory<mandoline::FrameTreeClient>,
|
| public mojo::InterfaceFactory<TestHTMLViewer>,
|
| public mojo::InterfaceFactory<devtools_service::DevToolsAgent>,
|
| - public mojo::InterfaceFactory<mojo::ViewManagerClient> {
|
| + public mojo::InterfaceFactory<mojo::ViewTreeClient> {
|
| public:
|
| using DeleteCallback = base::Callback<void(HTMLDocumentOOPIF*)>;
|
| using HTMLFrameCreationCallback =
|
| @@ -130,9 +130,9 @@ class HTMLDocumentOOPIF
|
| mojo::ApplicationConnection* connection,
|
| mojo::InterfaceRequest<devtools_service::DevToolsAgent> request) override;
|
|
|
| - // mojo::InterfaceFactory<mojo::ViewManagerClient>:
|
| + // mojo::InterfaceFactory<mojo::ViewTreeClient>:
|
| void Create(mojo::ApplicationConnection* connection,
|
| - mojo::InterfaceRequest<mojo::ViewManagerClient> request) override;
|
| + mojo::InterfaceRequest<mojo::ViewTreeClient> request) override;
|
|
|
| scoped_ptr<mojo::AppRefCount> app_refcount_;
|
| mojo::ApplicationImpl* html_document_app_;
|
|
|