| Index: ash/mus/window_manager_application.h
|
| diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
|
| index 1dc98d8dfc8d5dd927a7ecda1fe062c742a989ea..5862bb3e945d7e8bbb0a797bba77e9efa153c3e9 100644
|
| --- a/ash/mus/window_manager_application.h
|
| +++ b/ash/mus/window_manager_application.h
|
| @@ -84,7 +84,7 @@ class WindowManagerApplication : public service_manager::Service {
|
|
|
| // 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;
|
|
|
|
|