| Index: services/service_manager/runner/host/out_of_process_native_runner.cc
|
| diff --git a/services/shell/runner/host/out_of_process_native_runner.cc b/services/service_manager/runner/host/out_of_process_native_runner.cc
|
| similarity index 89%
|
| rename from services/shell/runner/host/out_of_process_native_runner.cc
|
| rename to services/service_manager/runner/host/out_of_process_native_runner.cc
|
| index dc4056d16e9d5ccbe90586ead52f35fe39df430d..0e8b0ad63468244fce90f3c78c89c3e597cebbf3 100644
|
| --- a/services/shell/runner/host/out_of_process_native_runner.cc
|
| +++ b/services/service_manager/runner/host/out_of_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 "services/shell/runner/host/out_of_process_native_runner.h"
|
| +#include "services/service_manager/runner/host/out_of_process_native_runner.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -14,9 +14,9 @@
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/task_runner.h"
|
| -#include "services/shell/runner/common/client_util.h"
|
| -#include "services/shell/runner/host/child_process_host.h"
|
| -#include "services/shell/runner/host/in_process_native_runner.h"
|
| +#include "services/service_manager/runner/common/client_util.h"
|
| +#include "services/service_manager/runner/host/child_process_host.h"
|
| +#include "services/service_manager/runner/host/in_process_native_runner.h"
|
|
|
| namespace shell {
|
|
|
|
|