| Index: services/ui/ws/mus_ws_unittests_app_manifest.json
|
| diff --git a/services/ui/ws/mus_ws_unittests_app_manifest.json b/services/ui/ws/mus_ws_unittests_app_manifest.json
|
| index 56eb26181fbc5fbbdbbbeda563d97e1258278d48..0e789476e7fce5397b6f1d17b1a20a3a1193def8 100644
|
| --- a/services/ui/ws/mus_ws_unittests_app_manifest.json
|
| +++ b/services/ui/ws/mus_ws_unittests_app_manifest.json
|
| @@ -1,14 +1,14 @@
|
| {
|
| "manifest_version": 1,
|
| - "name": "mojo:mus_ws_unittests_app",
|
| + "name": "service:mus_ws_unittests_app",
|
| "display_name": "Mus Window Server Unittests",
|
| "capabilities": {
|
| "required": {
|
| "*": { "classes": [ "app" ] },
|
| - "mojo:mus_ws_unittests_app": {
|
| + "service:mus_ws_unittests_app": {
|
| "interfaces": [ "ui::mojom::WindowTreeClient" ]
|
| },
|
| - "mojo:ui": {
|
| + "service:ui": {
|
| "interfaces": [ "ui::mojom::WindowTreeHostFactory" ]
|
| }
|
| }
|
|
|