| 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..6399d5a011ba342eba580fdc28fb23fe9c5984fa 100644
|
| --- a/ui/views/mus/surface_context_factory.h
|
| +++ b/ui/views/mus/surface_context_factory.h
|
| @@ -16,7 +16,7 @@
|
| #include "ui/views/mus/surface_binding.h"
|
|
|
| namespace mojo {
|
| -class Shell;
|
| +class Connector;
|
| }
|
|
|
| namespace mus {
|
| @@ -27,7 +27,7 @@ namespace views {
|
|
|
| class VIEWS_MUS_EXPORT SurfaceContextFactory : public ui::ContextFactory {
|
| public:
|
| - SurfaceContextFactory(mojo::Shell* shell,
|
| + SurfaceContextFactory(mojo::Connector* connector,
|
| mus::Window* window,
|
| mus::mojom::SurfaceType surface_type);
|
| ~SurfaceContextFactory() override;
|
|
|