| Index: services/service_manager/public/cpp/interface_registry.h
|
| diff --git a/services/shell/public/cpp/interface_registry.h b/services/service_manager/public/cpp/interface_registry.h
|
| similarity index 92%
|
| rename from services/shell/public/cpp/interface_registry.h
|
| rename to services/service_manager/public/cpp/interface_registry.h
|
| index 7c7ba713d5478ebff7e7b3eb81e3811f754b9223..51ac34a558137ba640db36bb5047b4009ba56533 100644
|
| --- a/services/shell/public/cpp/interface_registry.h
|
| +++ b/services/service_manager/public/cpp/interface_registry.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_REGISTRY_H_
|
| -#define SERVICES_SHELL_PUBLIC_CPP_INTERFACE_REGISTRY_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_REGISTRY_H_
|
| +#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_REGISTRY_H_
|
|
|
| #include <memory>
|
| #include <queue>
|
| @@ -13,11 +13,11 @@
|
| #include "base/callback.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| -#include "services/shell/public/cpp/capabilities.h"
|
| -#include "services/shell/public/cpp/identity.h"
|
| -#include "services/shell/public/cpp/lib/callback_binder.h"
|
| -#include "services/shell/public/cpp/lib/interface_factory_binder.h"
|
| -#include "services/shell/public/interfaces/interface_provider.mojom.h"
|
| +#include "services/service_manager/public/cpp/capabilities.h"
|
| +#include "services/service_manager/public/cpp/identity.h"
|
| +#include "services/service_manager/public/cpp/lib/callback_binder.h"
|
| +#include "services/service_manager/public/cpp/lib/interface_factory_binder.h"
|
| +#include "services/service_manager/public/interfaces/interface_provider.mojom.h"
|
|
|
| namespace shell {
|
| class Connection;
|
| @@ -185,4 +185,4 @@ class InterfaceRegistry : public mojom::InterfaceProvider {
|
|
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_PUBLIC_CPP_INTERFACE_REGISTRY_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_REGISTRY_H_
|
|
|