Index: ash/mus/window_manager_unittest.cc |
diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc |
index d084d1d24822ed9c2eef091d9d4e937f2eb642c4..9ec3425ae5f394675ea9ed75cc06fb490d39c532 100644 |
--- a/ash/mus/window_manager_unittest.cc |
+++ b/ash/mus/window_manager_unittest.cc |
@@ -29,7 +29,8 @@ class WindowTreeClientDelegate : public ::ui::WindowTreeClientDelegate { |
// ui::WindowTreeClientDelegate: |
void OnEmbed(::ui::Window* root) override {} |
void OnDidDestroyClient(::ui::WindowTreeClient* client) override {} |
- void OnEventObserved(const ui::Event& event, ::ui::Window* target) override {} |
+ void OnPointerWatcherEvent(const ui::PointerEvent& event, |
+ ::ui::Window* target) override {} |
DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate); |
}; |