Index: mash/wm/window_manager_unittest.cc |
diff --git a/mash/wm/window_manager_unittest.cc b/mash/wm/window_manager_unittest.cc |
index 932e49d2e23f11690173561972f114ffc7d08bfa..5a14ecc3c76c9349845c8412ff7e56020fa15650 100644 |
--- a/mash/wm/window_manager_unittest.cc |
+++ b/mash/wm/window_manager_unittest.cc |
@@ -29,7 +29,7 @@ class WindowTreeDelegateImpl : public mus::WindowTreeDelegate { |
// mus::WindowTreeDelegate: |
void OnEmbed(mus::Window* root) override {} |
void OnConnectionLost(mus::WindowTreeConnection* connection) override {} |
- void OnEventObserved(const ui::Event& event) override {} |
+ void OnEventObserved(const ui::Event& event, mus::Window* target) override {} |
DISALLOW_COPY_AND_ASSIGN(WindowTreeDelegateImpl); |
}; |