| 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..25386b2a81d73fc10569c2b3663ac75a9f054818 100644
|
| --- a/mash/app_driver/app_driver.h
|
| +++ b/mash/app_driver/app_driver.h
|
| @@ -38,7 +38,7 @@ 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, std::unique_ptr<ui::Event> event) override;
|
|
|
| void AddAccelerators();
|
|
|
|
|