| 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 d9a808e9a4155e35f4fc38361393102297aae028..2466496595e3f48999eb74ca64002a7b6deef9e8 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::InterfaceRequest<mojo::ContentHandler> request) {
|
| + mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler> request) {
|
| new LayoutTestContentHandlerImpl(global_state(), app(), std::move(request),
|
| test_interfaces_.get(), &test_delegate_);
|
| }
|
|
|