| Index: components/html_viewer/content_handler_impl.h
|
| diff --git a/components/html_viewer/content_handler_impl.h b/components/html_viewer/content_handler_impl.h
|
| index ee52c1765de69b199ba4d1650b0d6115d2f8795b..51fa01efdc5dc4eda0c4ed552c2da12a72b4576b 100644
|
| --- a/components/html_viewer/content_handler_impl.h
|
| +++ b/components/html_viewer/content_handler_impl.h
|
| @@ -29,7 +29,7 @@ class ContentHandlerImpl : public mojo::shell::mojom::ContentHandler {
|
| private:
|
| // Overridden from shell::mojom::ContentHandler:
|
| void StartApplication(
|
| - mojo::ApplicationRequest request,
|
| + mojo::ShellClientRequest request,
|
| mojo::URLResponsePtr response,
|
| const mojo::Callback<void()>& destruct_callback) override;
|
|
|
|
|