| Index: components/web_view/web_view_impl.h
|
| diff --git a/components/web_view/web_view_impl.h b/components/web_view/web_view_impl.h
|
| index 1e2125ebd9c8f29134551f59b498c79f0fba4696..6effe103d532f8e7daecbed085b642e1c696aff5 100644
|
| --- a/components/web_view/web_view_impl.h
|
| +++ b/components/web_view/web_view_impl.h
|
| @@ -62,9 +62,8 @@ class WebViewImpl : public mojom::WebView,
|
|
|
| // Overridden from WebView:
|
| void LoadRequest(mojo::URLRequestPtr request) override;
|
| - void GetViewTreeClient(
|
| - mojo::InterfaceRequest<mojo::ViewTreeClient> view_tree_client)
|
| - override;
|
| + void GetWindowTreeClient(mojo::InterfaceRequest<mus::mojom::WindowTreeClient>
|
| + window_tree_client) override;
|
| void Find(const mojo::String& search_text, bool forward_direction) override;
|
| void StopFinding() override;
|
| void GoBack() override;
|
|
|