Index: mash/catalog_viewer/catalog_viewer.h |
diff --git a/mash/catalog_viewer/catalog_viewer.h b/mash/catalog_viewer/catalog_viewer.h |
index 78b659e9a8d1fdaf1ca495fd769240fb07c45dfc..8d66a269795c2327f9d4d920e41dc4bb10098d96 100644 |
--- a/mash/catalog_viewer/catalog_viewer.h |
+++ b/mash/catalog_viewer/catalog_viewer.h |
@@ -36,7 +36,8 @@ class CatalogViewer : public shell::Service, |
private: |
// shell::Service: |
void OnStart(const shell::Identity& identity) override; |
- bool OnConnect(shell::Connection* connection) override; |
+ bool OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) override; |
// mojom::Launchable: |
void Launch(uint32_t what, mojom::LaunchMode how) override; |