| Index: services/service_manager/public/cpp/interface_registry.h
|
| diff --git a/services/service_manager/public/cpp/interface_registry.h b/services/service_manager/public/cpp/interface_registry.h
|
| index 51ac34a558137ba640db36bb5047b4009ba56533..757c5a7543cb317318ce94462336067d6afa020f 100644
|
| --- a/services/service_manager/public/cpp/interface_registry.h
|
| +++ b/services/service_manager/public/cpp/interface_registry.h
|
| @@ -19,7 +19,7 @@
|
| #include "services/service_manager/public/cpp/lib/interface_factory_binder.h"
|
| #include "services/service_manager/public/interfaces/interface_provider.mojom.h"
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class Connection;
|
| class InterfaceBinder;
|
|
|
| @@ -183,6 +183,6 @@ class InterfaceRegistry : public mojom::InterfaceProvider {
|
| DISALLOW_COPY_AND_ASSIGN(InterfaceRegistry);
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_REGISTRY_H_
|
|
|