| Index: services/ui/demo/mus_demo.cc
|
| diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
|
| index 3710de8d30fced9718230035536fb8a988fd0608..ac7ed7c8fae718eb57bb5685107e1e2a214cb530 100644
|
| --- a/services/ui/demo/mus_demo.cc
|
| +++ b/services/ui/demo/mus_demo.cc
|
| @@ -70,7 +70,8 @@ void MusDemo::OnStart(const shell::Identity& identity) {
|
| window_tree_client_->ConnectAsWindowManager(connector());
|
| }
|
|
|
| -bool MusDemo::OnConnect(shell::Connection* connection) {
|
| +bool MusDemo::OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) {
|
| return true;
|
| }
|
|
|
|
|