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

Unified Diff: services/shell/public/cpp/lib/names.cc

Issue 2390013002: Rename mojo: to service: (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 | « services/shell/manifest.json ('k') | services/shell/public/cpp/names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/names.cc
diff --git a/services/shell/public/cpp/lib/names.cc b/services/shell/public/cpp/lib/names.cc
index 49122223e82f9e872cb97c9e2e317218f4b3a38c..3312db713e608d77f88408a70389314086f014c4 100644
--- a/services/shell/public/cpp/lib/names.cc
+++ b/services/shell/public/cpp/lib/names.cc
@@ -9,7 +9,7 @@
namespace shell {
-const char kNameType_Mojo[] = "mojo";
+const char kNameType_Service[] = "service";
const char kNameType_Exe[] = "exe";
bool IsValidName(const std::string& name) {
« no previous file with comments | « services/shell/manifest.json ('k') | services/shell/public/cpp/names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698