| Index: mash/app_driver/app_driver.h
|
| diff --git a/mash/app_driver/app_driver.h b/mash/app_driver/app_driver.h
|
| index 593e946721733c0299d447353ce1275e3401f3c0..8e7dc7a24e7bf0832bae8fb96fb21e782c4ac38d 100644
|
| --- a/mash/app_driver/app_driver.h
|
| +++ b/mash/app_driver/app_driver.h
|
| @@ -30,8 +30,8 @@ class AppDriver : public service_manager::Service,
|
| void OnAvailableCatalogEntries(std::vector<catalog::mojom::EntryPtr> entries);
|
|
|
| // 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;
|
| bool OnStop() override;
|
|
|
|
|