Index: ash/touch_hud/mus/touch_hud_application.cc |
diff --git a/ash/touch_hud/mus/touch_hud_application.cc b/ash/touch_hud/mus/touch_hud_application.cc |
index fd87faf4312a4f8c158adf79a88eb18a882115e7..7e9eb06fbd09391248a7f27ba3a958e9a2828818 100644 |
--- a/ash/touch_hud/mus/touch_hud_application.cc |
+++ b/ash/touch_hud/mus/touch_hud_application.cc |
@@ -66,8 +66,9 @@ void TouchHudApplication::OnStart(const shell::Identity& identity) { |
views::WindowManagerConnection::Create(connector(), identity); |
} |
-bool TouchHudApplication::OnConnect(shell::Connection* connection) { |
- connection->AddInterface<mash::mojom::Launchable>(this); |
+bool TouchHudApplication::OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) { |
+ registry->AddInterface<mash::mojom::Launchable>(this); |
return true; |
} |