Chromium Code Reviews| Index: mash/session/session.cc |
| diff --git a/mash/session/session.cc b/mash/session/session.cc |
| index 936aca180614f81ed3c26cebe95c19a68daba826..5e34bf6158866012688cfe0d51395dcb4a347342 100644 |
| --- a/mash/session/session.cc |
| +++ b/mash/session/session.cc |
| @@ -92,7 +92,7 @@ void Session::Create(shell::Connection* connection, |
| void Session::StartWindowManager() { |
| StartRestartableService( |
| - "mojo:desktop_wm", |
| + "mojo:ash", |
| base::Bind(&Session::StartWindowManager, |
| base::Unretained(this))); |
| } |