| Index: components/html_viewer/content_handler_impl.cc
|
| diff --git a/components/html_viewer/content_handler_impl.cc b/components/html_viewer/content_handler_impl.cc
|
| index 0b3b2ef93112f36914ef9bd80d831efe31e2426b..aff23eeebf54e06f588ff846e48a9e8c672a792e 100644
|
| --- a/components/html_viewer/content_handler_impl.cc
|
| +++ b/components/html_viewer/content_handler_impl.cc
|
| @@ -23,7 +23,7 @@ ContentHandlerImpl::~ContentHandlerImpl() {
|
| }
|
|
|
| void ContentHandlerImpl::StartApplication(
|
| - mojo::ApplicationRequest request,
|
| + mojo::ShellClientRequest request,
|
| mojo::URLResponsePtr response,
|
| const mojo::Callback<void()>& destruct_callback) {
|
| // HTMLDocumentApplicationDelegate deletes itself.
|
|
|