Index: services/catalog/catalog.h |
diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h |
index 4bd016dcd597d2fce9d1df0373ae52e7897e9b50..7afced34b8ff0ac07c1c2cded4bca51ab7eb4a34 100644 |
--- a/services/catalog/catalog.h |
+++ b/services/catalog/catalog.h |
@@ -64,7 +64,8 @@ class Catalog : public shell::Service, |
void ScanSystemPackageDir(); |
// shell::Service: |
- bool OnConnect(shell::Connection* connection) override; |
+ bool OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) override; |
// shell::InterfaceFactory<shell::mojom::Resolver>: |
void Create(const shell::Identity& remote_identity, |