| Index: services/service_manager/standalone/context.cc
|
| diff --git a/services/shell/standalone/context.cc b/services/service_manager/standalone/context.cc
|
| similarity index 94%
|
| rename from services/shell/standalone/context.cc
|
| rename to services/service_manager/standalone/context.cc
|
| index 0c30797fef1bc70e453e27055e09c2fd6182296e..23378bee37308e8e760e3eff28e7b0f3ff2fc9a7 100644
|
| --- a/services/shell/standalone/context.cc
|
| +++ b/services/service_manager/standalone/context.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/standalone/context.h"
|
| +#include "services/service_manager/standalone/context.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -35,19 +35,19 @@
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "services/catalog/catalog.h"
|
| #include "services/catalog/store.h"
|
| -#include "services/shell/connect_params.h"
|
| -#include "services/shell/public/cpp/names.h"
|
| -#include "services/shell/runner/common/switches.h"
|
| -#include "services/shell/runner/host/in_process_native_runner.h"
|
| -#include "services/shell/runner/host/out_of_process_native_runner.h"
|
| -#include "services/shell/standalone/tracer.h"
|
| -#include "services/shell/switches.h"
|
| +#include "services/service_manager/connect_params.h"
|
| +#include "services/service_manager/public/cpp/names.h"
|
| +#include "services/service_manager/runner/common/switches.h"
|
| +#include "services/service_manager/runner/host/in_process_native_runner.h"
|
| +#include "services/service_manager/runner/host/out_of_process_native_runner.h"
|
| +#include "services/service_manager/standalone/tracer.h"
|
| +#include "services/service_manager/switches.h"
|
| #include "services/tracing/public/cpp/provider.h"
|
| #include "services/tracing/public/cpp/switches.h"
|
| #include "services/tracing/public/interfaces/tracing.mojom.h"
|
|
|
| #if defined(OS_MACOSX)
|
| -#include "services/shell/runner/host/mach_broker.h"
|
| +#include "services/service_manager/runner/host/mach_broker.h"
|
| #endif
|
|
|
| namespace shell {
|
|
|