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

Unified Diff: services/service_manager/runner/host/in_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/in_process_native_runner.cc
diff --git a/services/service_manager/runner/host/in_process_native_runner.cc b/services/service_manager/runner/host/in_process_native_runner.cc
index 38225638c7acb8bb28a50864c7453a1a8a8b8617..156c233c16616af2581da2a64a58f7e1b8a030e8 100644
--- a/services/service_manager/runner/host/in_process_native_runner.cc
+++ b/services/service_manager/runner/host/in_process_native_runner.cc
@@ -20,7 +20,7 @@
#include "services/service_manager/runner/host/out_of_process_native_runner.h"
#include "services/service_manager/runner/init.h"
-namespace shell {
+namespace service_manager {
InProcessNativeRunner::InProcessNativeRunner() : library_(nullptr) {}
@@ -92,4 +92,4 @@ std::unique_ptr<NativeRunner> InProcessNativeRunnerFactory::Create(
return base::WrapUnique(new InProcessNativeRunner);
}
-} // namespace shell
+} // namespace service_manager

Powered by Google App Engine
This is Rietveld 408576698