| Index: services/ui/demo/mus_demo.cc
|
| diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
|
| index 9520f24b19b912b66fdba91ab3f453e9e3b4108a..98cd3cb9ced482191e6509fc4116ab393dec5c1a 100644
|
| --- a/services/ui/demo/mus_demo.cc
|
| +++ b/services/ui/demo/mus_demo.cc
|
| @@ -109,7 +109,7 @@ void MusDemo::OnUnembed(aura::Window* root) {
|
| NOTREACHED();
|
| }
|
|
|
| -void MusDemo::OnEmbedRootDestroyed(aura::Window* root) {
|
| +void MusDemo::OnEmbedRootDestroyed(aura::WindowTreeHostMus* window_tree_host) {
|
| // Not called for the WindowManager.
|
| NOTREACHED();
|
| }
|
|
|