| Index: ui/views/mus/window_tree_host_mus.h
|
| diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h
|
| index a97475aba0cae91490b9bd406ee2d4be27437d8e..ec41685c9bb8e948c540e53a9dce268f6abd6e68 100644
|
| --- a/ui/views/mus/window_tree_host_mus.h
|
| +++ b/ui/views/mus/window_tree_host_mus.h
|
| @@ -12,8 +12,12 @@
|
| class SkBitmap;
|
|
|
| namespace mojo {
|
| +namespace shell {
|
| +namespace mojom {
|
| class Shell;
|
| }
|
| +}
|
| +}
|
|
|
| namespace mus {
|
| class Window;
|
| @@ -27,7 +31,7 @@ class PlatformWindowMus;
|
|
|
| class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| public:
|
| - WindowTreeHostMus(mojo::Shell* shell,
|
| + WindowTreeHostMus(mojo::shell::mojom::Shell* shell,
|
| NativeWidgetMus* native_widget_,
|
| mus::Window* window);
|
| ~WindowTreeHostMus() override;
|
|
|