| Index: mash/quick_launch/quick_launch.h
|
| diff --git a/mash/quick_launch/quick_launch.h b/mash/quick_launch/quick_launch.h
|
| index 0a42717ee0c64b46fac626cd760e310cc3f2065b..3842a457f55fd2738f7ee107ff8e46e3d57e2326 100644
|
| --- a/mash/quick_launch/quick_launch.h
|
| +++ b/mash/quick_launch/quick_launch.h
|
| @@ -36,7 +36,7 @@ class QuickLaunch
|
| private:
|
| // service_manager::Service:
|
| void OnStart() override;
|
| - void OnBindInterface(const service_manager::ServiceInfo& source_info,
|
| + void OnBindInterface(const service_manager::BindSourceInfo& source_info,
|
| const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) override;
|
|
|
|
|