Index: mojo/runner/child_process_host.cc |
diff --git a/mojo/shell/child_process_host.cc b/mojo/runner/child_process_host.cc |
similarity index 97% |
rename from mojo/shell/child_process_host.cc |
rename to mojo/runner/child_process_host.cc |
index 787233cb8c71bea45d1a10066f94d0e5d1ed0434..21986787dd4267c06b6c8975712702c78dfdf1a8 100644 |
--- a/mojo/shell/child_process_host.cc |
+++ b/mojo/runner/child_process_host.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/shell/child_process_host.h" |
+#include "mojo/runner/child_process_host.h" |
#include "base/base_switches.h" |
#include "base/bind.h" |
@@ -19,9 +19,9 @@ |
#include "base/task_runner_util.h" |
#include "mojo/edk/embedder/embedder.h" |
#include "mojo/public/cpp/system/core.h" |
-#include "mojo/shell/context.h" |
-#include "mojo/shell/switches.h" |
-#include "mojo/shell/task_runners.h" |
+#include "mojo/runner/context.h" |
+#include "mojo/runner/switches.h" |
+#include "mojo/runner/task_runners.h" |
#include "ui/gl/gl_switches.h" |
namespace mojo { |