| Index: services/service_manager/public/cpp/interface_factory.h
|
| diff --git a/services/shell/public/cpp/interface_factory.h b/services/service_manager/public/cpp/interface_factory.h
|
| similarity index 78%
|
| rename from services/shell/public/cpp/interface_factory.h
|
| rename to services/service_manager/public/cpp/interface_factory.h
|
| index 2dec4003ae840fc0e826efc2f9e058dedd8c7aae..f739be87281090d03943e684c458c71b28be31f9 100644
|
| --- a/services/shell/public/cpp/interface_factory.h
|
| +++ b/services/service_manager/public/cpp/interface_factory.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_SHELL_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| -#define SERVICES_SHELL_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
|
|
| @@ -25,4 +25,4 @@ class InterfaceFactory {
|
|
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|