| Index: mash/session/session.cc
|
| diff --git a/mash/session/session.cc b/mash/session/session.cc
|
| index f72a9a3595bcece98dadba266f7dfba77f244d6c..a28ac333e3f4f07f99002579331cb8961e3a11b5 100644
|
| --- a/mash/session/session.cc
|
| +++ b/mash/session/session.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/command_line.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "content/public/common/service_names.mojom.h"
|
| +#include "mash/common/config.h"
|
| #include "mash/login/public/interfaces/constants.mojom.h"
|
| #include "mash/login/public/interfaces/login.mojom.h"
|
| #include "mash/quick_launch/public/interfaces/constants.mojom.h"
|
| @@ -99,7 +100,7 @@ void Session::Create(const service_manager::Identity& remote_identity,
|
|
|
| void Session::StartWindowManager() {
|
| StartRestartableService(
|
| - "ash",
|
| + common::GetWindowManagerServiceName(),
|
| base::Bind(&Session::StartWindowManager,
|
| base::Unretained(this)));
|
| }
|
|
|