| Index: services/shell/runner/child/test_native_main.cc
|
| diff --git a/services/shell/runner/child/test_native_main.cc b/services/shell/runner/child/test_native_main.cc
|
| index ea5bd0c96bb8db6d5a9aadafb5cbc1c49466a98e..83a970952e54b89275fd13c4dbe6ed7dad1c6e1e 100644
|
| --- a/services/shell/runner/child/test_native_main.cc
|
| +++ b/services/shell/runner/child/test_native_main.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/process/launch.h"
|
| +#include "base/run_loop.h"
|
| #include "base/threading/thread.h"
|
| #include "build/build_config.h"
|
| #include "mojo/edk/embedder/embedder.h"
|
| @@ -59,7 +60,7 @@ int TestNativeMain(shell::ShellClient* shell_client) {
|
| base::MessageLoop loop;
|
| shell::ShellConnection impl(shell_client,
|
| shell::GetShellClientRequestFromCommandLine());
|
| - loop.Run();
|
| + base::RunLoop().Run();
|
|
|
| mojo::edk::ShutdownIPCSupport();
|
| }
|
|
|