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

Unified Diff: services/service_manager/runner/host/native_library_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/native_library_runner.cc
diff --git a/services/service_manager/runner/host/native_library_runner.cc b/services/service_manager/runner/host/native_library_runner.cc
index 92041454588052935345ac64c355cfbad8ae90c1..fbb86644501926d3ef1511dd5bf196e42596ce9e 100644
--- a/services/service_manager/runner/host/native_library_runner.cc
+++ b/services/service_manager/runner/host/native_library_runner.cc
@@ -13,7 +13,7 @@
#include "mojo/edk/embedder/entrypoints.h"
#include "mojo/public/c/system/thunks.h"
-namespace shell {
+namespace service_manager {
namespace {
@@ -102,4 +102,4 @@ bool RunServiceInNativeLibrary(base::NativeLibrary library,
return true;
}
-} // namespace shell
+} // namespace service_manager

Powered by Google App Engine
This is Rietveld 408576698