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

Unified Diff: services/service_manager/public/cpp/lib/interface_registry.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/public/cpp/lib/interface_registry.cc
diff --git a/services/service_manager/public/cpp/lib/interface_registry.cc b/services/service_manager/public/cpp/lib/interface_registry.cc
index b5e3f91799cb2f800a638b46a0dead249596017e..3a382102f306bf9e486bfc4b4411c88e3e7013f3 100644
--- a/services/service_manager/public/cpp/lib/interface_registry.cc
+++ b/services/service_manager/public/cpp/lib/interface_registry.cc
@@ -9,7 +9,7 @@
#include "mojo/public/cpp/bindings/message.h"
#include "services/service_manager/public/cpp/connection.h"
-namespace shell {
+namespace service_manager {
InterfaceRegistry::InterfaceRegistry()
: binding_(this), allow_all_interfaces_(true), weak_factory_(this) {}
@@ -126,4 +126,4 @@ bool InterfaceRegistry::CanBindRequestForInterface(
return allow_all_interfaces_ || allowed_interfaces_.count(interface_name);
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/public/cpp/lib/interface_provider.cc ('k') | services/service_manager/public/cpp/lib/names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698