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

Unified Diff: services/service_manager/connect_params.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/connect_params.h
diff --git a/services/shell/connect_params.h b/services/service_manager/connect_params.h
similarity index 83%
rename from services/shell/connect_params.h
rename to services/service_manager/connect_params.h
index 7b8296693d6feaaffe13bfd4879885fdc5f2586a..0250d4f752828d66d90ef914c4333a8f07a992d9 100644
--- a/services/shell/connect_params.h
+++ b/services/service_manager/connect_params.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SERVICES_SHELL_CONNECT_PARAMS_H_
-#define SERVICES_SHELL_CONNECT_PARAMS_H_
+#ifndef SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_
+#define SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_
#include <string>
#include <utility>
#include "base/callback.h"
#include "base/macros.h"
-#include "services/shell/public/cpp/identity.h"
-#include "services/shell/public/interfaces/connector.mojom.h"
-#include "services/shell/public/interfaces/interface_provider.mojom.h"
+#include "services/service_manager/public/cpp/identity.h"
+#include "services/service_manager/public/interfaces/connector.mojom.h"
+#include "services/service_manager/public/interfaces/interface_provider.mojom.h"
namespace shell {
@@ -66,4 +66,4 @@ class ConnectParams {
} // namespace shell
-#endif // SERVICES_SHELL_CONNECT_PARAMS_H_
+#endif // SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_
« no previous file with comments | « services/service_manager/background/tests/test_service_manifest.json ('k') | services/service_manager/connect_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698