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

Unified Diff: services/service_manager/public/cpp/lib/service_runner.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/public/cpp/lib/service_runner.cc
diff --git a/services/shell/public/cpp/lib/service_runner.cc b/services/service_manager/public/cpp/lib/service_runner.cc
similarity index 93%
rename from services/shell/public/cpp/lib/service_runner.cc
rename to services/service_manager/public/cpp/lib/service_runner.cc
index bff97dbe4ec5d31c22417616ec9a4f81656ca532..e7ae7d1063615c2733777bb8cb979e47a6bee1b0 100644
--- a/services/shell/public/cpp/lib/service_runner.cc
+++ b/services/service_manager/public/cpp/lib/service_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/public/cpp/service_runner.h"
+#include "services/service_manager/public/cpp/service_runner.h"
#include "base/at_exit.h"
#include "base/bind.h"
@@ -10,8 +10,8 @@
#include "base/message_loop/message_loop.h"
#include "base/process/launch.h"
#include "base/run_loop.h"
-#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/service_context.h"
+#include "services/service_manager/public/cpp/service.h"
+#include "services/service_manager/public/cpp/service_context.h"
namespace shell {

Powered by Google App Engine
This is Rietveld 408576698