| 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 a4cdbee3d174dbb5bfd91da0a6597cd683f2bd75..8f3410356dc5a083fc46162b694a9229c61af2ba 100644
|
| --- a/components/html_viewer/layout_test_html_viewer.h
|
| +++ b/components/html_viewer/layout_test_html_viewer.h
|
| @@ -22,6 +22,8 @@ class LayoutTestHTMLViewer : public HTMLViewer {
|
| ~LayoutTestHTMLViewer() override;
|
|
|
| private:
|
| + void TestFinished();
|
| +
|
| // Overridden from ApplicationDelegate:
|
| void Initialize(mojo::ApplicationImpl* app) override;
|
|
|
|
|