Index: ash/sysui/sysui_application.h |
diff --git a/ash/sysui/sysui_application.h b/ash/sysui/sysui_application.h |
index 797a304a60965d969cbeb21721f7071f450252e2..8d6d61c26582486ab6318acc3748427f5993fc4a 100644 |
--- a/ash/sysui/sysui_application.h |
+++ b/ash/sysui/sysui_application.h |
@@ -31,7 +31,8 @@ class SysUIApplication |
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; |
// InterfaceFactory<mash::shelf::mojom::ShelfController>: |
void Create(const shell::Identity& remote_identity, |