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

Unified Diff: services/catalog/store.cc

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/catalog/store.h ('k') | services/navigation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/store.cc
diff --git a/services/catalog/store.cc b/services/catalog/store.cc
index 9d1cd452be88d925e4d237156f151ccf54f9fabb..1dba01ee98f41377d7b6586ecf3b132d92f71472 100644
--- a/services/catalog/store.cc
+++ b/services/catalog/store.cc
@@ -25,6 +25,6 @@ const char Store::kCapabilities_ClassesKey[] = "classes";
// static
const char Store::kCapabilities_InterfacesKey[] = "interfaces";
// static
-const char Store::kApplicationsKey[] = "applications";
+const char Store::kServicesKey[] = "services";
} // namespace catalog
« no previous file with comments | « services/catalog/store.h ('k') | services/navigation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698