| Index: components/mus/public/cpp/tests/window_server_test_base.h
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
|
| index 7e045891de4ed0d78cec7307a9540ae124a61870..2c89f4fbc2b2ab66fbf0330643244f2177edcf54 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.h
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.h
|
| @@ -76,7 +76,7 @@ class WindowServerTestBase
|
| scoped_ptr<std::vector<uint8_t>>* new_data) override;
|
| Window* OnWmCreateTopLevelWindow(
|
| std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| - void OnAccelerator(uint32_t id, mojom::EventPtr event) override;
|
| + void OnAccelerator(uint32_t id, const ui::Event& event) override;
|
|
|
| // InterfaceFactory<WindowTreeClient>:
|
| void Create(mojo::Connection* connection,
|
|
|