| 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
|
|
|