Index: chrome/app/mash/mash_runner.cc |
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc |
index 10e4958b1de588b6f6fead339984deed68b68540..950a88665fa1e9992a67c5a96586e1682e02a11d 100644 |
--- a/chrome/app/mash/mash_runner.cc |
+++ b/chrome/app/mash/mash_runner.cc |
@@ -86,7 +86,7 @@ class DefaultShellClient : public shell::ShellClient, |
const std::string& name) { |
if (name == "mojo:ash_sysui") |
return base::WrapUnique(new ash::sysui::SysUIApplication); |
- if (name == "mojo:desktop_wm") |
+ if (name == "mojo:ash") |
return base::WrapUnique(new ash::mus::WindowManagerApplication); |
if (name == "mojo:mash_session") |
return base::WrapUnique(new mash::session::Session); |