diff options
Diffstat (limited to 'components/mus/ws/window_manager_client_unittest.cc')
-rw-r--r-- | components/mus/ws/window_manager_client_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/ws/window_manager_client_unittest.cc b/components/mus/ws/window_manager_client_unittest.cc index 31c5a11..a064f07 100644 --- a/components/mus/ws/window_manager_client_unittest.cc +++ b/components/mus/ws/window_manager_client_unittest.cc @@ -49,7 +49,7 @@ class TestWindowManagerDelegate : public WindowManagerDelegate { std::map<std::string, std::vector<uint8_t>>* properties) override { return nullptr; } - void OnAccelerator(uint32_t id, mojom::EventPtr event) override {} + void OnAccelerator(uint32_t id, const ui::Event& event) override {} private: DISALLOW_COPY_AND_ASSIGN(TestWindowManagerDelegate); |