Index: ash/mus/window_manager_application.h |
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h |
index 15b6d8858a013e02690112fa88e0a5d102a5744d..b7946277410c53dd0e112c818ad98c7fe4adedc5 100644 |
--- a/ash/mus/window_manager_application.h |
+++ b/ash/mus/window_manager_application.h |
@@ -66,7 +66,8 @@ class WindowManagerApplication |
// 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; |
// shell::InterfaceFactory<mojom::ShelfLayout>: |
void Create(const shell::Identity& remote_identity, |