| Index: ash/mus/window_manager_unittest.cc
|
| diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
|
| index 1e77c8ca35797f57ea096657a8444c59e589108c..592400d9cad21cfe0c3f9f861d2f8c3a7ad8b691 100644
|
| --- a/ash/mus/window_manager_unittest.cc
|
| +++ b/ash/mus/window_manager_unittest.cc
|
| @@ -23,7 +23,8 @@ class WindowTreeClientDelegate : public ui::WindowTreeClientDelegate {
|
| private:
|
| // ui::WindowTreeClientDelegate:
|
| void OnEmbed(ui::Window* root) override {}
|
| - void OnDidDestroyClient(ui::WindowTreeClient* client) override {}
|
| + void OnEmbedRootDestroyed(ui::Window* root) override {}
|
| + void OnLostConnection(ui::WindowTreeClient* client) override {}
|
| void OnPointerEventObserved(const ui::PointerEvent& event,
|
| ui::Window* target) override {}
|
|
|
|
|