| Index: ui/views/mus/surface_context_factory.h
|
| diff --git a/ui/views/mus/surface_context_factory.h b/ui/views/mus/surface_context_factory.h
|
| index 72c85fde9c0aa0610a59d06cbef7eabd7c271e26..c7497b97c860adf4321b5bf1107407f82123215e 100644
|
| --- a/ui/views/mus/surface_context_factory.h
|
| +++ b/ui/views/mus/surface_context_factory.h
|
| @@ -16,8 +16,12 @@
|
| #include "ui/views/mus/surface_binding.h"
|
|
|
| namespace mojo {
|
| +namespace shell {
|
| +namespace mojom {
|
| class Shell;
|
| }
|
| +}
|
| +}
|
|
|
| namespace mus {
|
| class Window;
|
| @@ -27,7 +31,7 @@ namespace views {
|
|
|
| class VIEWS_MUS_EXPORT SurfaceContextFactory : public ui::ContextFactory {
|
| public:
|
| - SurfaceContextFactory(mojo::Shell* shell,
|
| + SurfaceContextFactory(mojo::shell::mojom::Shell* shell,
|
| mus::Window* window,
|
| mus::mojom::SurfaceType surface_type);
|
| ~SurfaceContextFactory() override;
|
|
|