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

Unified Diff: services/service_manager/runner/host/out_of_process_native_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/runner/host/out_of_process_native_runner.cc
diff --git a/services/shell/runner/host/out_of_process_native_runner.cc b/services/service_manager/runner/host/out_of_process_native_runner.cc
similarity index 89%
rename from services/shell/runner/host/out_of_process_native_runner.cc
rename to services/service_manager/runner/host/out_of_process_native_runner.cc
index dc4056d16e9d5ccbe90586ead52f35fe39df430d..0e8b0ad63468244fce90f3c78c89c3e597cebbf3 100644
--- a/services/shell/runner/host/out_of_process_native_runner.cc
+++ b/services/service_manager/runner/host/out_of_process_native_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/runner/host/out_of_process_native_runner.h"
+#include "services/service_manager/runner/host/out_of_process_native_runner.h"
#include <stdint.h>
@@ -14,9 +14,9 @@
#include "base/logging.h"
#include "base/memory/ptr_util.h"
#include "base/task_runner.h"
-#include "services/shell/runner/common/client_util.h"
-#include "services/shell/runner/host/child_process_host.h"
-#include "services/shell/runner/host/in_process_native_runner.h"
+#include "services/service_manager/runner/common/client_util.h"
+#include "services/service_manager/runner/host/child_process_host.h"
+#include "services/service_manager/runner/host/in_process_native_runner.h"
namespace shell {
« no previous file with comments | « services/service_manager/runner/host/out_of_process_native_runner.h ('k') | services/service_manager/runner/init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698