Index: mojo/runner/child_process_host_unittest.cc |
diff --git a/mojo/shell/child_process_host_unittest.cc b/mojo/runner/child_process_host_unittest.cc |
similarity index 95% |
rename from mojo/shell/child_process_host_unittest.cc |
rename to mojo/runner/child_process_host_unittest.cc |
index 87981302a18d677af2dc399b1701d21743d7648a..5e69ec93837cfdcec4f76ebff0a078def123ee15 100644 |
--- a/mojo/shell/child_process_host_unittest.cc |
+++ b/mojo/runner/child_process_host_unittest.cc |
@@ -4,13 +4,13 @@ |
// Note: This file also tests child_process.*. |
-#include "mojo/shell/child_process_host.h" |
+#include "mojo/runner/child_process_host.h" |
#include "base/logging.h" |
#include "base/macros.h" |
#include "base/message_loop/message_loop.h" |
#include "mojo/common/message_pump_mojo.h" |
-#include "mojo/shell/context.h" |
+#include "mojo/runner/context.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |