| Index: mash/init/init.h
|
| diff --git a/mash/init/init.h b/mash/init/init.h
|
| index f8b59b80c021ca77d31ca4a9e379be24d03cca6e..a300cb01b729339612ef3cfb3ff8d599443c8e4c 100644
|
| --- a/mash/init/init.h
|
| +++ b/mash/init/init.h
|
| @@ -37,7 +37,7 @@ class Init : public shell::Service,
|
| bool OnConnect(shell::Connection* connection) override;
|
|
|
| // shell::InterfaceFactory<mojom::Login>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojom::InitRequest request) override;
|
|
|
| // mojom::Init:
|
|
|