| Index: components/html_viewer/layout_test_html_viewer.h
 | 
| diff --git a/components/html_viewer/layout_test_html_viewer.h b/components/html_viewer/layout_test_html_viewer.h
 | 
| index 8f3410356dc5a083fc46162b694a9229c61af2ba..3a2ebda621b71cbb2c5e6c4a81581ea66978a975 100644
 | 
| --- a/components/html_viewer/layout_test_html_viewer.h
 | 
| +++ b/components/html_viewer/layout_test_html_viewer.h
 | 
| @@ -27,9 +27,10 @@ class LayoutTestHTMLViewer : public HTMLViewer {
 | 
|    // Overridden from ApplicationDelegate:
 | 
|    void Initialize(mojo::ApplicationImpl* app) override;
 | 
|  
 | 
| -  // Overridden from InterfaceFactory<ContentHandler>
 | 
| +  // Overridden from InterfaceFactory<shell::mojom::ContentHandler>
 | 
|    void Create(mojo::ApplicationConnection* connection,
 | 
| -              mojo::InterfaceRequest<mojo::ContentHandler> request) override;
 | 
| +              mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler>
 | 
| +                  request) override;
 | 
|  
 | 
|    scoped_ptr<test_runner::WebTestInterfaces> test_interfaces_;
 | 
|    WebTestDelegateImpl test_delegate_;
 | 
| 
 |