| Index: components/mus/example/wm/window_manager_impl.h
|
| diff --git a/components/mus/example/wm/window_manager_impl.h b/components/mus/example/wm/window_manager_impl.h
|
| index c7ffd1a66b7b36d466162662639ce2db0c795d0e..fc01938a34ecc652e542ca77fc7152e83a9c74f2 100644
|
| --- a/components/mus/example/wm/window_manager_impl.h
|
| +++ b/components/mus/example/wm/window_manager_impl.h
|
| @@ -27,7 +27,7 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
|
|
|
| private:
|
| // mus::mojom::WindowManager:
|
| - void OpenWindow(mojo::ViewTreeClientPtr client) override;
|
| + void OpenWindow(mus::mojom::WindowTreeClientPtr client) override;
|
| void CenterWindow(mus::Id window_id,
|
| mojo::SizePtr size,
|
| const WindowManagerErrorCodeCallback& callback) override;
|
|
|