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

Unified Diff: services/service_manager/public/cpp/capabilities_struct_traits.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/capabilities_struct_traits.h
diff --git a/services/shell/public/cpp/capabilities_struct_traits.h b/services/service_manager/public/cpp/capabilities_struct_traits.h
similarity index 86%
rename from services/shell/public/cpp/capabilities_struct_traits.h
rename to services/service_manager/public/cpp/capabilities_struct_traits.h
index 2c1fd11e5fb03d35d275d83893f408810175f61e..b8403a0fee502631250089fcd1877de5e0929d9a 100644
--- a/services/shell/public/cpp/capabilities_struct_traits.h
+++ b/services/service_manager/public/cpp/capabilities_struct_traits.h
@@ -2,11 +2,11 @@
// 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_CAPABILITIES_STRUCT_TRAITS_H_
-#define SERVICES_SHELL_PUBLIC_CPP_CAPABILITIES_STRUCT_TRAITS_H_
+#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CAPABILITIES_STRUCT_TRAITS_H_
+#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CAPABILITIES_STRUCT_TRAITS_H_
-#include "services/shell/public/cpp/capabilities.h"
-#include "services/shell/public/interfaces/capabilities.mojom.h"
+#include "services/service_manager/public/cpp/capabilities.h"
+#include "services/service_manager/public/interfaces/capabilities.mojom.h"
namespace mojo {
@@ -75,4 +75,4 @@ struct StructTraits<shell::mojom::Classes::DataView,
} // namespace mojo
-#endif // SERVICES_SHELL_PUBLIC_CPP_CAPABILITIES_STRUCT_TRAITS_H_
+#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CAPABILITIES_STRUCT_TRAITS_H_
« no previous file with comments | « services/service_manager/public/cpp/capabilities.typemap ('k') | services/service_manager/public/cpp/connect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698