| Index: mash/init/init.h
|
| diff --git a/mash/init/init.h b/mash/init/init.h
|
| index 8395dd1882723aec5b816978d821c172e8192b1c..d8d3a6335b785b46b72f10fa25a16daf78f1f67b 100644
|
| --- a/mash/init/init.h
|
| +++ b/mash/init/init.h
|
| @@ -31,8 +31,8 @@ class Init : public service_manager::Service,
|
|
|
| private:
|
| // service_manager::Service:
|
| - void OnStart(const service_manager::Identity& identity) override;
|
| - bool OnConnect(const service_manager::Identity& remote_identity,
|
| + void OnStart(const service_manager::ServiceInfo& info) override;
|
| + bool OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) override;
|
|
|
| // service_manager::InterfaceFactory<mojom::Login>:
|
|
|