| Index: mojo/runner/child_process_host_unittest.cc
|
| diff --git a/mojo/runner/child_process_host_unittest.cc b/mojo/runner/child_process_host_unittest.cc
|
| index 89898bdf2c4d00a2c38d5ebd9e872309a3d31be1..b4482b7a0f75c8233092c7750a942b0169b40d11 100644
|
| --- a/mojo/runner/child_process_host_unittest.cc
|
| +++ b/mojo/runner/child_process_host_unittest.cc
|
| @@ -9,7 +9,6 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "base/path_service.h"
|
| #include "mojo/message_pump/message_pump_mojo.h"
|
| #include "mojo/runner/context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -44,9 +43,7 @@
|
| // Just tests starting the child process and joining it (without starting an
|
| // app).
|
| TEST(ChildProcessHostTest, MAYBE_StartJoin) {
|
| - base::FilePath shell_dir;
|
| - PathService::Get(base::DIR_MODULE, &shell_dir);
|
| - Context context(shell_dir);
|
| + Context context;
|
| base::MessageLoop message_loop(
|
| scoped_ptr<base::MessagePump>(new common::MessagePumpMojo()));
|
| context.Init();
|
|
|