| Index: components/html_viewer/layout_test_html_viewer.cc
|
| diff --git a/components/html_viewer/layout_test_html_viewer.cc b/components/html_viewer/layout_test_html_viewer.cc
|
| index 115539e26d785f2e6420fefbcc19606e82dc428c..db7fb60b98afdfb2aafe3ab9e7931d718d560fb9 100644
|
| --- a/components/html_viewer/layout_test_html_viewer.cc
|
| +++ b/components/html_viewer/layout_test_html_viewer.cc
|
| @@ -45,7 +45,7 @@ void LayoutTestHTMLViewer::TestFinished() {
|
| }
|
|
|
| void LayoutTestHTMLViewer::Create(
|
| - mojo::ApplicationConnection* connection,
|
| + mojo::Connection* connection,
|
| mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler> request) {
|
| new LayoutTestContentHandlerImpl(global_state(), shell(), std::move(request),
|
| test_interfaces_.get(), &test_delegate_);
|
|
|