| Index: ash/autoclick/mus/autoclick_application.h
|
| diff --git a/ash/autoclick/mus/autoclick_application.h b/ash/autoclick/mus/autoclick_application.h
|
| index 335c5b43b57e702b0eb8c0d291e61506982ca11a..f8be02feed4200539b2b4450bb117c111dd3618a 100644
|
| --- a/ash/autoclick/mus/autoclick_application.h
|
| +++ b/ash/autoclick/mus/autoclick_application.h
|
| @@ -39,7 +39,7 @@ class AutoclickApplication
|
| private:
|
| // service_manager::Service:
|
| void OnStart() override;
|
| - void OnBindInterface(const service_manager::ServiceInfo& remote_info,
|
| + void OnBindInterface(const service_manager::BindSourceInfo& remote_info,
|
| const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) override;
|
|
|
|
|