| Index: services/service_manager/public/cpp/interface_factory.h
|
| diff --git a/services/service_manager/public/cpp/interface_factory.h b/services/service_manager/public/cpp/interface_factory.h
|
| index f739be87281090d03943e684c458c71b28be31f9..c0c599071739fe46367843b34573665d2539f274 100644
|
| --- a/services/service_manager/public/cpp/interface_factory.h
|
| +++ b/services/service_manager/public/cpp/interface_factory.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
|
|
| class Identity;
|
|
|
| @@ -23,6 +23,6 @@ class InterfaceFactory {
|
| mojo::InterfaceRequest<Interface> request) = 0;
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|