| Index: components/mus/example/wm/window_manager_impl.cc
|
| diff --git a/components/mus/example/wm/window_manager_impl.cc b/components/mus/example/wm/window_manager_impl.cc
|
| index e15aff68fa836b1690b367d0205d0d03f294e3c3..b2098a3a7208fd7111eff750e7f28c24758a19b2 100644
|
| --- a/components/mus/example/wm/window_manager_impl.cc
|
| +++ b/components/mus/example/wm/window_manager_impl.cc
|
| @@ -28,7 +28,7 @@ WindowManagerImpl::WindowManagerImpl(
|
|
|
| WindowManagerImpl::~WindowManagerImpl() {}
|
|
|
| -void WindowManagerImpl::OpenWindow(mojo::ViewTreeClientPtr client) {
|
| +void WindowManagerImpl::OpenWindow(mus::mojom::WindowTreeClientPtr client) {
|
| mus::Window* root = state_->root();
|
| DCHECK(root);
|
| mus::Id container_window_id =
|
|
|