Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Unified Diff: services/service_manager/standalone/context.cc

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « services/service_manager/standalone/context.h ('k') | services/service_manager/standalone/desktop/launcher_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698