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

Unified Diff: services/service_manager/background/background_shell_main.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/background/background_shell_main.cc
diff --git a/services/shell/background/background_shell_main.cc b/services/service_manager/background/background_shell_main.cc
similarity index 80%
rename from services/shell/background/background_shell_main.cc
rename to services/service_manager/background/background_shell_main.cc
index e8d7b21c32f897acaaf254cf7eacb4b234b846c1..d4f55926d44c90a9828ff0c3b89775da49f7924e 100644
--- a/services/shell/background/background_shell_main.cc
+++ b/services/service_manager/background/background_shell_main.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 "services/shell/background/background_shell_main.h"
+#include "services/service_manager/background/background_shell_main.h"
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/debug/debugger.h"
#include "base/process/launch.h"
-#include "services/shell/runner/common/switches.h"
-#include "services/shell/runner/host/child_process.h"
-#include "services/shell/runner/init.h"
+#include "services/service_manager/runner/common/switches.h"
+#include "services/service_manager/runner/host/child_process.h"
+#include "services/service_manager/runner/init.h"
namespace shell {
namespace {
« no previous file with comments | « services/service_manager/background/background_shell_main.h ('k') | services/service_manager/background/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698