| 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 861e8c55739c96bc4b1b5b5433b85e73a38c6989..701a415063413e13c28ad9ac0436da9b23bb917e 100644
|
| --- a/components/html_viewer/layout_test_html_viewer.h
|
| +++ b/components/html_viewer/layout_test_html_viewer.h
|
| @@ -24,12 +24,12 @@ class LayoutTestHTMLViewer : public HTMLViewer {
|
| private:
|
| void TestFinished();
|
|
|
| - // Overridden from ApplicationDelegate:
|
| + // Overridden from mojo::ShellClient:
|
| void Initialize(mojo::Shell* shell, const std::string& url,
|
| uint32_t id) override;
|
|
|
| // Overridden from InterfaceFactory<shell::mojom::ContentHandler>
|
| - void Create(mojo::ApplicationConnection* connection,
|
| + void Create(mojo::Connection* connection,
|
| mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler>
|
| request) override;
|
|
|
|
|