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

Unified Diff: ash/touch_hud/mus/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 | « ash/mus/window_manager_unittest.cc ('k') | blimp/engine/app/blimp_content_browser_manifest_overlay.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch_hud/mus/manifest.json
diff --git a/ash/touch_hud/mus/manifest.json b/ash/touch_hud/mus/manifest.json
index 3eef5e8d403bd360a3fc12991af1964fcdb6df2c..5aa1e4131e14dd3c00c18aa130feff07d227c0ab 100644
--- a/ash/touch_hud/mus/manifest.json
+++ b/ash/touch_hud/mus/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 1,
- "name": "mojo:touch_hud",
+ "name": "service:touch_hud",
"display_name": "Touch Hud",
"capabilities": {
"provided": { "mash:launchable": ["mash::mojom::Launchable"] },
"required": {
"*": { "classes": [ "app" ] },
- "mojo:shell": { "interfaces": [ "shell::mojom::Shell" ] }
+ "service:shell": { "interfaces": [ "shell::mojom::Shell" ] }
}
}
}
« no previous file with comments | « ash/mus/window_manager_unittest.cc ('k') | blimp/engine/app/blimp_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698