| Index: ui/views/mus/surface_binding.h
|
| diff --git a/ui/views/mus/surface_binding.h b/ui/views/mus/surface_binding.h
|
| index 0b468b574e49829793f21e6701da9e2ade1a0229..2c6c5b68a33bc64463c27711e21570e29634ac96 100644
|
| --- a/ui/views/mus/surface_binding.h
|
| +++ b/ui/views/mus/surface_binding.h
|
| @@ -16,7 +16,7 @@ class OutputSurface;
|
| }
|
|
|
| namespace mojo {
|
| -class Shell;
|
| +class Connector;
|
| }
|
|
|
| namespace mus {
|
| @@ -32,7 +32,7 @@ namespace views {
|
| // connection.
|
| class VIEWS_MUS_EXPORT SurfaceBinding {
|
| public:
|
| - SurfaceBinding(mojo::Shell* shell,
|
| + SurfaceBinding(mojo::Connector* connector,
|
| mus::Window* window,
|
| mus::mojom::SurfaceType surface_type);
|
| ~SurfaceBinding();
|
|
|