Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: services/service_manager/public/cpp/interface_registry.h

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « services/service_manager/public/cpp/interface_provider.h ('k') | services/service_manager/public/cpp/lib/callback_binder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698