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

Unified Diff: services/service_manager/runner/host/out_of_process_native_runner.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . 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/service_manager/runner/host/out_of_process_native_runner.cc b/services/service_manager/runner/host/out_of_process_native_runner.cc
index 0e8b0ad63468244fce90f3c78c89c3e597cebbf3..9edd59d833751cc58e1c25d07516bbd8abb4a319 100644
--- a/services/service_manager/runner/host/out_of_process_native_runner.cc
+++ b/services/service_manager/runner/host/out_of_process_native_runner.cc
@@ -18,7 +18,7 @@
#include "services/service_manager/runner/host/child_process_host.h"
#include "services/service_manager/runner/host/in_process_native_runner.h"
-namespace shell {
+namespace service_manager {
OutOfProcessNativeRunner::OutOfProcessNativeRunner(
base::TaskRunner* launch_process_runner,
@@ -72,4 +72,4 @@ std::unique_ptr<NativeRunner> OutOfProcessNativeRunnerFactory::Create(
delegate_);
}
-} // namespace shell
+} // namespace service_manager
« 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