| Index: services/catalog/catalog.cc
|
| diff --git a/services/catalog/catalog.cc b/services/catalog/catalog.cc
|
| index ef6d7c350a26769c2994094125fca522b67bd140..6aa0856d6e3ffa7378f64096a65b84fb55cef59e 100644
|
| --- a/services/catalog/catalog.cc
|
| +++ b/services/catalog/catalog.cc
|
| @@ -115,7 +115,7 @@ void Catalog::ScanSystemPackageDir() {
|
| weak_factory_.GetWeakPtr()));
|
| }
|
|
|
| -bool Catalog::OnConnect(const service_manager::Identity& remote_identity,
|
| +bool Catalog::OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) {
|
| registry->AddInterface<mojom::Catalog>(this);
|
| registry->AddInterface<mojom::CatalogControl>(this);
|
|
|