| Index: chrome/app/mash/mash_runner.cc
|
| diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
|
| index ce61b736f65067deb581015ab8b41232e207574a..c545013c9a5e2f621413475f666651a3f4aa81ec 100644
|
| --- a/chrome/app/mash/mash_runner.cc
|
| +++ b/chrome/app/mash/mash_runner.cc
|
| @@ -127,7 +127,7 @@ void MashRunner::RunMain() {
|
| service_->set_context(base::MakeUnique<shell::ServiceContext>(
|
| service_.get(),
|
| background_shell.CreateServiceRequest("exe:chrome_mash")));
|
| - service_->connector()->Connect("mojo:mash_session");
|
| + service_->connector()->Connect("service:mash_session");
|
| base::RunLoop().Run();
|
| }
|
|
|
|
|