| Index: mash/app_driver/app_driver.cc
|
| diff --git a/mash/app_driver/app_driver.cc b/mash/app_driver/app_driver.cc
|
| index a676c73b03a6cc1f38fbdfcd89ba98ae0e218409..327589dc3645a9d0af41588614318071d3e21ef5 100644
|
| --- a/mash/app_driver/app_driver.cc
|
| +++ b/mash/app_driver/app_driver.cc
|
| @@ -102,7 +102,7 @@ bool AppDriver::ShellConnectionLost() {
|
| return true;
|
| }
|
|
|
| -void AppDriver::OnAccelerator(uint32_t id, mus::mojom::EventPtr event) {
|
| +void AppDriver::OnAccelerator(uint32_t id, std::unique_ptr<ui::Event> event) {
|
| struct LaunchOptions {
|
| uint32_t option;
|
| const char* app;
|
|
|