| 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..4044e8e4d4c06dbfd198a43664a2ed0dda677e42 100644
|
| --- a/ui/views/mus/window_tree_host_mus.h
|
| +++ b/ui/views/mus/window_tree_host_mus.h
|
| @@ -12,7 +12,7 @@
|
| class SkBitmap;
|
|
|
| namespace mojo {
|
| -class Shell;
|
| +class Connector;
|
| }
|
|
|
| namespace mus {
|
| @@ -27,7 +27,7 @@ class PlatformWindowMus;
|
|
|
| class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| public:
|
| - WindowTreeHostMus(mojo::Shell* shell,
|
| + WindowTreeHostMus(mojo::Connector* connector,
|
| NativeWidgetMus* native_widget_,
|
| mus::Window* window);
|
| ~WindowTreeHostMus() override;
|
|
|