| Index: mash/login/login.cc
|
| diff --git a/mash/login/login.cc b/mash/login/login.cc
|
| index e5c566b74b92d755839888fae2138b07c6cc99f2..92dec1d6fb4341080eba3acde3b5276fe8e27412 100644
|
| --- a/mash/login/login.cc
|
| +++ b/mash/login/login.cc
|
| @@ -139,7 +139,7 @@ class Login : public mojo::ShellClient,
|
| user_access_manager_->SetActiveUser(user_id);
|
| mash::init::mojom::InitPtr init;
|
| connector_->ConnectToInterface("mojo:mash_init", &init);
|
| - init->StartService("mojo:mash_shell", user_id);
|
| + init->StartService("mojo:mash_session", user_id);
|
| }
|
|
|
| private:
|
|
|