| Index: services/catalog/catalog.h
|
| diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h
|
| index c578f0eabd24699d1790574b7e5e7071a65f62cc..9cc0c9079f6e2aeeac42a88baa588d2afdbab429 100644
|
| --- a/services/catalog/catalog.h
|
| +++ b/services/catalog/catalog.h
|
| @@ -75,7 +75,7 @@ class Catalog
|
| void ScanSystemPackageDir();
|
|
|
| // service_manager::Service:
|
| - bool OnConnect(const service_manager::Identity& remote_identity,
|
| + bool OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) override;
|
|
|
| // service_manager::InterfaceFactory<service_manager::mojom::Resolver>:
|
|
|