| Index: ui/views/mus/native_widget_mus.h
|
| diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
|
| index caf889cc32059be756ff0da137ecf387ef388aec..c98bed0640fa75cd5707ac311e7c6585d42c98aa 100644
|
| --- a/ui/views/mus/native_widget_mus.h
|
| +++ b/ui/views/mus/native_widget_mus.h
|
| @@ -29,8 +29,12 @@ class Window;
|
| }
|
|
|
| namespace mojo {
|
| +namespace shell {
|
| +namespace mojom {
|
| class Shell;
|
| }
|
| +}
|
| +}
|
|
|
| namespace mus {
|
| class Window;
|
| @@ -58,7 +62,7 @@ class VIEWS_MUS_EXPORT NativeWidgetMus : public internal::NativeWidgetPrivate,
|
| public aura::WindowTreeHostObserver {
|
| public:
|
| NativeWidgetMus(internal::NativeWidgetDelegate* delegate,
|
| - mojo::Shell* shell,
|
| + mojo::shell::mojom::Shell* shell,
|
| mus::Window* window,
|
| mus::mojom::SurfaceType surface_type);
|
| ~NativeWidgetMus() override;
|
| @@ -200,7 +204,7 @@ class VIEWS_MUS_EXPORT NativeWidgetMus : public internal::NativeWidgetPrivate,
|
| private:
|
| mus::Window* window_;
|
|
|
| - mojo::Shell* shell_;
|
| + mojo::shell::mojom::Shell* shell_;
|
|
|
| internal::NativeWidgetDelegate* native_widget_delegate_;
|
|
|
|
|