| Index: components/html_viewer/html_document_application_delegate.h
|
| diff --git a/components/html_viewer/html_document_application_delegate.h b/components/html_viewer/html_document_application_delegate.h
|
| index e31e3b789a8c8b76c11815bedb7d7393915c0c12..21c6289fb57dda965e5012a5adfee30a94dc2c89 100644
|
| --- a/components/html_viewer/html_document_application_delegate.h
|
| +++ b/components/html_viewer/html_document_application_delegate.h
|
| @@ -26,7 +26,7 @@ class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate,
|
| public HTMLFactory {
|
| public:
|
| HTMLDocumentApplicationDelegate(
|
| - mojo::InterfaceRequest<mojo::Application> request,
|
| + mojo::ApplicationRequest request,
|
| mojo::URLResponsePtr response,
|
| GlobalState* global_state,
|
| scoped_ptr<mojo::AppRefCount> parent_app_refcount,
|
|
|