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 2451f91e4ef26def3036124a179dc4b88f2d644a..3b9095510b9c61c763bd78d04ca21eb1f388027d 100644 |
--- a/ash/touch_hud/mus/touch_hud_application.cc |
+++ b/ash/touch_hud/mus/touch_hud_application.cc |
@@ -73,7 +73,7 @@ void TouchHudApplication::OnStart() { |
} |
void TouchHudApplication::OnBindInterface( |
- const service_manager::ServiceInfo& source_info, |
+ const service_manager::BindSourceInfo& source_info, |
const std::string& interface_name, |
mojo::ScopedMessagePipeHandle interface_pipe) { |
registry_.BindInterface(source_info.identity, interface_name, |