| Index: mash/quick_launch/quick_launch.cc
|
| diff --git a/mash/quick_launch/quick_launch.cc b/mash/quick_launch/quick_launch.cc
|
| index 05b68ac1409cbac9b4580e2cded27ac9c1aa692f..8d32fa44f053c46b81c35577e81b574234261eca 100644
|
| --- a/mash/quick_launch/quick_launch.cc
|
| +++ b/mash/quick_launch/quick_launch.cc
|
| @@ -180,7 +180,7 @@ void QuickLaunch::OnStart() {
|
| }
|
|
|
| void QuickLaunch::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,
|
|
|