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

Unified Diff: mash/catalog_viewer/manifest.json

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 | « mash/catalog_viewer/catalog_viewer.cc ('k') | mash/example/views_examples/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/catalog_viewer/manifest.json
diff --git a/mash/catalog_viewer/manifest.json b/mash/catalog_viewer/manifest.json
index 78ebd121b29750040d0e36a0a90423e8f9e39b91..71222b8bdc6c2fff45177a707092225d8715d41c 100644
--- a/mash/catalog_viewer/manifest.json
+++ b/mash/catalog_viewer/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 1,
- "name": "mojo:catalog_viewer",
+ "name": "service:catalog_viewer",
"display_name": "Catalog Viewer",
"capabilities": {
"provided": { "mash:launchable": [ "mash::mojom::Launchable" ] },
"required": {
"*": { "classes": [ "app" ] },
- "mojo:catalog": { "interfaces": [ "catalog::mojom::Catalog" ] }
+ "service:catalog": { "interfaces": [ "catalog::mojom::Catalog" ] }
}
}
}
« no previous file with comments | « mash/catalog_viewer/catalog_viewer.cc ('k') | mash/example/views_examples/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698