| Index: mash/wm/window_manager_impl.h
|
| diff --git a/mash/wm/window_manager_impl.h b/mash/wm/window_manager_impl.h
|
| index bc36ca6a094aac6233303a342289633827a30cf3..13ac114fa8624d2d4e5618351ce3da113f71d0db 100644
|
| --- a/mash/wm/window_manager_impl.h
|
| +++ b/mash/wm/window_manager_impl.h
|
| @@ -21,7 +21,7 @@ class WindowManagerApplication;
|
| using WindowManagerErrorCodeCallback =
|
| const mojo::Callback<void(mus::mojom::WindowManagerErrorCode)>;
|
|
|
| -class WindowManagerImpl : public mus::mojom::WindowManager,
|
| +class WindowManagerImpl : public mus::mojom::WindowManagerDeprecated,
|
| public mus::WindowObserver,
|
| public mus::WindowManagerDelegate {
|
| public:
|
|
|