| Index: mash/app_driver/app_driver.h
|
| diff --git a/mash/app_driver/app_driver.h b/mash/app_driver/app_driver.h
|
| index 513f5ecbb2652ff37d8c427faaeb88e491663d9d..80f8cbf9d908d4bc350f3b942d0dd02f4883feef 100644
|
| --- a/mash/app_driver/app_driver.h
|
| +++ b/mash/app_driver/app_driver.h
|
| @@ -38,7 +38,8 @@ class AppDriver : public shell::ShellClient,
|
| bool ShellConnectionLost() override;
|
|
|
| // mus::mojom::AcceleratorHandler:
|
| - void OnAccelerator(uint32_t id, mus::mojom::EventPtr event) override;
|
| + void OnAccelerator(uint32_t id,
|
| + const std::unique_ptr<ui::Event>& event) override;
|
|
|
| void AddAccelerators();
|
|
|
|
|