| Index: components/web_view/test_runner/test_runner_application_delegate.h
|
| diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h
|
| index 62995806ce83d929749416b988ccf2b2e11a80dd..5867ffe960c7230ad50e06ccd38c0a363261b51d 100644
|
| --- a/components/web_view/test_runner/test_runner_application_delegate.h
|
| +++ b/components/web_view/test_runner/test_runner_application_delegate.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/command_line.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/cpp/window_tree_delegate.h"
|
| -#include "components/mus/public/interfaces/view_tree_host.mojom.h"
|
| +#include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| #include "components/test_runner/test_info_extractor.h"
|
| #include "components/web_view/public/cpp/web_view.h"
|
| #include "components/web_view/public/interfaces/web_view.mojom.h"
|
| @@ -19,10 +19,6 @@
|
|
|
| class GURL;
|
|
|
| -namespace mojo {
|
| -class View;
|
| -}
|
| -
|
| namespace web_view {
|
|
|
| class TestRunnerApplicationDelegate
|
| @@ -69,7 +65,7 @@ class TestRunnerApplicationDelegate
|
| mojo::InterfaceRequest<LayoutTestRunner> request) override;
|
|
|
| mojo::ApplicationImpl* app_;
|
| - mojo::ViewTreeHostPtr host_;
|
| + mus::mojom::WindowTreeHostPtr host_;
|
|
|
| mus::Window* root_;
|
| mus::Window* content_;
|
|
|