| Index: content/browser/mojo/mojo_shell_context.cc
|
| diff --git a/content/browser/mojo/mojo_shell_context.cc b/content/browser/mojo/mojo_shell_context.cc
|
| index 7f4177fd456f1c56c8806746220f4cf0a87d07bb..a7148d1db4ac525934bbfcd9a04d770c8c6b4b1b 100644
|
| --- a/content/browser/mojo/mojo_shell_context.cc
|
| +++ b/content/browser/mojo/mojo_shell_context.cc
|
| @@ -267,11 +267,10 @@ MojoShellContext::MojoShellContext() {
|
| mojo::edk::SetParentPipeHandleFromCommandLine();
|
| request = shell::GetServiceRequestFromCommandLine();
|
| } else {
|
| - service_manager_.reset(
|
| - new shell::ServiceManager(std::move(native_runner_factory),
|
| - catalog_->TakeService()));
|
| - request = service_manager_->StartEmbedderService(
|
| - kBrowserMojoApplicationName);
|
| + service_manager_.reset(new shell::ServiceManager(
|
| + std::move(native_runner_factory), catalog_->TakeService()));
|
| + request =
|
| + service_manager_->StartEmbedderService(kBrowserMojoApplicationName);
|
| }
|
| MojoShellConnection::SetForProcess(
|
| MojoShellConnection::Create(std::move(request)));
|
|
|