| Index: ash/touch_hud/mus/touch_hud_application.h
|
| diff --git a/ash/touch_hud/mus/touch_hud_application.h b/ash/touch_hud/mus/touch_hud_application.h
|
| index 43ebfed3c2343011c7527b0cbc0e8b2f8b9fc2d8..78a340973784b0ae76518d7cd62b7a02a0e2276b 100644
|
| --- a/ash/touch_hud/mus/touch_hud_application.h
|
| +++ b/ash/touch_hud/mus/touch_hud_application.h
|
| @@ -32,7 +32,7 @@
|
|
|
| private:
|
| // service_manager::Service:
|
| - void OnStart() override;
|
| + void OnStart(service_manager::ServiceContext* context) override;
|
| bool OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) override;
|
|
|
|
|