| Index: mash/app_driver/app_driver.cc
|
| diff --git a/mash/app_driver/app_driver.cc b/mash/app_driver/app_driver.cc
|
| index 205223011be68492c17d17362de50261ec08dffb..f6bffccd79816d8c7ec8c08073ad976d397c81f9 100644
|
| --- a/mash/app_driver/app_driver.cc
|
| +++ b/mash/app_driver/app_driver.cc
|
| @@ -86,11 +86,11 @@ void AppDriver::OnAvailableCatalogEntries(
|
| }
|
| }
|
|
|
| -void AppDriver::OnStart(const service_manager::Identity& identity) {
|
| +void AppDriver::OnStart(const service_manager::ServiceInfo& info) {
|
| AddAccelerators();
|
| }
|
|
|
| -bool AppDriver::OnConnect(const service_manager::Identity& remote_identity,
|
| +bool AppDriver::OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) {
|
| return true;
|
| }
|
|
|