| Index: components/html_viewer/html_document_application_delegate.cc
 | 
| diff --git a/components/html_viewer/html_document_application_delegate.cc b/components/html_viewer/html_document_application_delegate.cc
 | 
| index 96cc027ae99e7efbd7b0fe0fca04f65ec79ce6cf..caa6427b9bd2f7bd57c33bc0c2466b8e9934de1b 100644
 | 
| --- a/components/html_viewer/html_document_application_delegate.cc
 | 
| +++ b/components/html_viewer/html_document_application_delegate.cc
 | 
| @@ -56,7 +56,7 @@ class HTMLDocumentApplicationDelegate::ServiceConnectorQueue
 | 
|  };
 | 
|  
 | 
|  HTMLDocumentApplicationDelegate::HTMLDocumentApplicationDelegate(
 | 
| -    mojo::InterfaceRequest<mojo::Application> request,
 | 
| +    mojo::ApplicationRequest request,
 | 
|      mojo::URLResponsePtr response,
 | 
|      GlobalState* global_state,
 | 
|      scoped_ptr<mojo::AppRefCount> parent_app_refcount,
 | 
| 
 |