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

Unified Diff: content/public/common/service_names.h

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . 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
« no previous file with comments | « content/public/common/service_manager_connection.h ('k') | content/public/common/service_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/service_names.h
diff --git a/content/public/common/service_names.h b/content/public/common/service_names.h
index 7e1a92fa1b4a8815e988b4f770d2c350511f68d2..d4c80e880fe3f7106bdad9465ceb462ee74651ef 100644
--- a/content/public/common/service_names.h
+++ b/content/public/common/service_names.h
@@ -9,11 +9,11 @@
namespace content {
-extern const char CONTENT_EXPORT kBrowserMojoApplicationName[];
-extern const char CONTENT_EXPORT kGpuMojoApplicationName[];
-extern const char CONTENT_EXPORT kPluginMojoApplicationName[];
-extern const char CONTENT_EXPORT kRendererMojoApplicationName[];
-extern const char CONTENT_EXPORT kUtilityMojoApplicationName[];
+extern const char CONTENT_EXPORT kBrowserServiceName[];
+extern const char CONTENT_EXPORT kGpuServiceName[];
+extern const char CONTENT_EXPORT kPluginServiceName[];
+extern const char CONTENT_EXPORT kRendererServiceName[];
+extern const char CONTENT_EXPORT kUtilityServiceName[];
} // namespace content
« no previous file with comments | « content/public/common/service_manager_connection.h ('k') | content/public/common/service_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698