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

Unified Diff: services/service_manager/public/cpp/service_context.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/service_context.h
diff --git a/services/shell/public/cpp/service_context.h b/services/service_manager/public/cpp/service_context.h
similarity index 88%
rename from services/shell/public/cpp/service_context.h
rename to services/service_manager/public/cpp/service_context.h
index 4c22f529c26a61658c15ef7d861437a4b57a2b48..6205f8168f4eeb6fab948957da2e49716c4d5b2f 100644
--- a/services/shell/public/cpp/service_context.h
+++ b/services/service_manager/public/cpp/service_context.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_SERVICE_CONTEXT_H_
-#define SERVICES_SHELL_PUBLIC_CPP_SERVICE_CONTEXT_H_
+#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_CONTEXT_H_
+#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_CONTEXT_H_
#include <memory>
#include <utility>
@@ -13,10 +13,10 @@
#include "base/macros.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/cpp/system/core.h"
-#include "services/shell/public/cpp/connector.h"
-#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/interfaces/connector.mojom.h"
-#include "services/shell/public/interfaces/service.mojom.h"
+#include "services/service_manager/public/cpp/connector.h"
+#include "services/service_manager/public/cpp/service.h"
+#include "services/service_manager/public/interfaces/connector.mojom.h"
+#include "services/service_manager/public/interfaces/service.mojom.h"
namespace shell {
@@ -98,4 +98,4 @@ class ServiceContext : public mojom::Service {
} // namespace shell
-#endif // SERVICES_SHELL_PUBLIC_CPP_SERVICE_CONTEXT_H_
+#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_CONTEXT_H_
« no previous file with comments | « services/service_manager/public/cpp/service.gni ('k') | services/service_manager/public/cpp/service_context_ref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698