| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index 2172fb7527e6d6617153fedca1708f91762f5911..8b7aee21045c53ec541229dab4556aa23b1e07b4 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -55,7 +55,7 @@ class HTMLDocument
|
| public mojo::InterfaceFactory<web_view::mojom::FrameClient>,
|
| public mojo::InterfaceFactory<TestHTMLViewer>,
|
| public mojo::InterfaceFactory<devtools_service::DevToolsAgent>,
|
| - public mojo::InterfaceFactory<mojo::ViewTreeClient> {
|
| + public mojo::InterfaceFactory<mus::mojom::WindowTreeClient> {
|
| public:
|
| using DeleteCallback = base::Callback<void(HTMLDocument*)>;
|
|
|
| @@ -136,9 +136,10 @@ class HTMLDocument
|
| mojo::ApplicationConnection* connection,
|
| mojo::InterfaceRequest<devtools_service::DevToolsAgent> request) override;
|
|
|
| - // mojo::InterfaceFactory<mus::ViewTreeClient>:
|
| - void Create(mojo::ApplicationConnection* connection,
|
| - mojo::InterfaceRequest<mojo::ViewTreeClient> request) override;
|
| + // mojo::InterfaceFactory<mus::WindowTreeClient>:
|
| + void Create(
|
| + mojo::ApplicationConnection* connection,
|
| + mojo::InterfaceRequest<mus::mojom::WindowTreeClient> request) override;
|
|
|
| scoped_ptr<mojo::AppRefCount> app_refcount_;
|
| mojo::ApplicationImpl* html_document_app_;
|
|
|