| Index: services/shell/runner/host/in_process_native_runner.cc
|
| diff --git a/mojo/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc
|
| similarity index 92%
|
| rename from mojo/shell/runner/host/in_process_native_runner.cc
|
| rename to services/shell/runner/host/in_process_native_runner.cc
|
| index 823cf5f3b45198ca3ae153f76feeb9fa4e9dc3b1..629d44d5b543cafe0de513193f97b4f29757ca6a 100644
|
| --- a/mojo/shell/runner/host/in_process_native_runner.cc
|
| +++ b/services/shell/runner/host/in_process_native_runner.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/runner/host/in_process_native_runner.h"
|
| +#include "services/shell/runner/host/in_process_native_runner.h"
|
|
|
| #include <utility>
|
|
|
| @@ -14,9 +14,9 @@
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| -#include "mojo/shell/runner/host/native_application_support.h"
|
| -#include "mojo/shell/runner/host/out_of_process_native_runner.h"
|
| -#include "mojo/shell/runner/init.h"
|
| +#include "services/shell/runner/host/native_application_support.h"
|
| +#include "services/shell/runner/host/out_of_process_native_runner.h"
|
| +#include "services/shell/runner/init.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
|
|