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

Unified Diff: services/service_manager/background/background_shell.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.cc
diff --git a/services/shell/background/background_shell.cc b/services/service_manager/background/background_shell.cc
similarity index 94%
rename from services/shell/background/background_shell.cc
rename to services/service_manager/background/background_shell.cc
index bbe6be85ab4f38afcb7cc5e10db4092bdd1bd7ba..ecc0505145d908a725fa47cbe16bd907103aff52 100644
--- a/services/shell/background/background_shell.cc
+++ b/services/service_manager/background/background_shell.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/background/background_shell.h"
+#include "services/service_manager/background/background_shell.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
@@ -16,11 +16,11 @@
#include "base/synchronization/waitable_event.h"
#include "base/threading/simple_thread.h"
#include "services/catalog/store.h"
-#include "services/shell/connect_params.h"
-#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/service_context.h"
-#include "services/shell/service_manager.h"
-#include "services/shell/standalone/context.h"
+#include "services/service_manager/connect_params.h"
+#include "services/service_manager/public/cpp/service.h"
+#include "services/service_manager/public/cpp/service_context.h"
+#include "services/service_manager/service_manager.h"
+#include "services/service_manager/standalone/context.h"
namespace shell {
« no previous file with comments | « services/service_manager/background/background_shell.h ('k') | services/service_manager/background/background_shell_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698