| Index: services/ui/demo/mus_demo.h
|
| diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
|
| index 78dbde7fb345bad159413ca3cd2b6813186afbd1..4f4dd276c222c35698f648a0cbc89606bd52587a 100644
|
| --- a/services/ui/demo/mus_demo.h
|
| +++ b/services/ui/demo/mus_demo.h
|
| @@ -38,7 +38,8 @@ class MusDemo : public shell::Service,
|
| private:
|
| // shell::Service:
|
| void OnStart(const shell::Identity& identity) override;
|
| - bool OnConnect(shell::Connection* connection) override;
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override;
|
|
|
| // WindowTreeClientDelegate:
|
| void OnEmbed(Window* root) override;
|
|
|