Index: mojo/runner/out_of_process_native_runner.cc |
diff --git a/mojo/shell/out_of_process_native_runner.cc b/mojo/runner/out_of_process_native_runner.cc |
similarity index 92% |
rename from mojo/shell/out_of_process_native_runner.cc |
rename to mojo/runner/out_of_process_native_runner.cc |
index f09ea829d004e23441e71b8ace1f3c59d27291c7..608765e2b584db675d28f18062c25e560aae1d68 100644 |
--- a/mojo/shell/out_of_process_native_runner.cc |
+++ b/mojo/runner/out_of_process_native_runner.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/shell/out_of_process_native_runner.h" |
+#include "mojo/runner/out_of_process_native_runner.h" |
#include "base/bind.h" |
#include "base/callback_helpers.h" |
#include "base/files/file_util.h" |
#include "base/logging.h" |
-#include "mojo/shell/child_process.mojom.h" |
-#include "mojo/shell/child_process_host.h" |
-#include "mojo/shell/in_process_native_runner.h" |
+#include "mojo/runner/child_process.mojom.h" |
+#include "mojo/runner/child_process_host.h" |
+#include "mojo/runner/in_process_native_runner.h" |
namespace mojo { |
namespace shell { |