summaryrefslogtreecommitdiffstats
path: root/mojo/shell/runner/child/test_native_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/runner/child/test_native_main.cc')
-rw-r--r--mojo/shell/runner/child/test_native_main.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/mojo/shell/runner/child/test_native_main.cc b/mojo/shell/runner/child/test_native_main.cc
index 4caddc3..cc54215 100644
--- a/mojo/shell/runner/child/test_native_main.cc
+++ b/mojo/shell/runner/child/test_native_main.cc
@@ -16,7 +16,7 @@
#include "mojo/edk/embedder/process_delegate.h"
#include "mojo/shell/public/cpp/shell_client.h"
#include "mojo/shell/public/cpp/shell_connection.h"
-#include "mojo/shell/runner/child/runner_connection.h"
+#include "mojo/shell/runner/common/client_util.h"
#include "mojo/shell/runner/init.h"
namespace mojo {
@@ -58,9 +58,8 @@ int TestNativeMain(mojo::ShellClient* shell_client) {
mojo::edk::SetParentPipeHandleFromCommandLine();
base::MessageLoop loop;
- mojo::ShellConnection impl(shell_client);;
- scoped_ptr<mojo::shell::RunnerConnection> connection =
- mojo::shell::RunnerConnection::Create(&impl);
+ mojo::ShellConnection impl(
+ shell_client, mojo::shell::GetShellClientRequestFromCommandLine());
loop.Run();
mojo::edk::ShutdownIPCSupport();