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

Unified Diff: services/service_manager/runner/host/in_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/in_process_native_runner.cc
diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/service_manager/runner/host/in_process_native_runner.cc
similarity index 91%
rename from services/shell/runner/host/in_process_native_runner.cc
rename to services/service_manager/runner/host/in_process_native_runner.cc
index 8389dfa3509a472aa3d6f214e3d18746fa6c49af..38225638c7acb8bb28a50864c7453a1a8a8b8617 100644
--- a/services/shell/runner/host/in_process_native_runner.cc
+++ b/services/service_manager/runner/host/in_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/in_process_native_runner.h"
+#include "services/service_manager/runner/host/in_process_native_runner.h"
#include <utility>
@@ -16,9 +16,9 @@
#include "base/threading/platform_thread.h"
#include "base/threading/thread_task_runner_handle.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "services/shell/runner/host/native_library_runner.h"
-#include "services/shell/runner/host/out_of_process_native_runner.h"
-#include "services/shell/runner/init.h"
+#include "services/service_manager/runner/host/native_library_runner.h"
+#include "services/service_manager/runner/host/out_of_process_native_runner.h"
+#include "services/service_manager/runner/init.h"
namespace shell {

Powered by Google App Engine
This is Rietveld 408576698