| Index: mash/session/session.h
|
| diff --git a/mash/session/session.h b/mash/session/session.h
|
| index c8714a0130077367f6ad3e5ee508c2032e2985b5..268aece1c1dd36c9991fbc02aa9b5fc9721fd618 100644
|
| --- a/mash/session/session.h
|
| +++ b/mash/session/session.h
|
| @@ -46,7 +46,7 @@ class Session : public shell::Service,
|
| void UnlockScreen() override;
|
|
|
| // shell::InterfaceFactory<mojom::Session>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojom::SessionRequest request) override;
|
|
|
| void StartWindowManager();
|
|
|