| Index: services/shell/tests/shutdown/shutdown_client_manifest.json
|
| diff --git a/services/shell/tests/shutdown/shutdown_client_manifest.json b/services/shell/tests/shutdown/shutdown_client_manifest.json
|
| index 58d929764165f7c43e6737f3662d71fe527908db..2d28b4e7b7f6eb5878a2f70e007ce51b5db35c8a 100644
|
| --- a/services/shell/tests/shutdown/shutdown_client_manifest.json
|
| +++ b/services/shell/tests/shutdown/shutdown_client_manifest.json
|
| @@ -1,11 +1,11 @@
|
| {
|
| "manifest_version": 1,
|
| - "name": "mojo:shutdown_client",
|
| + "name": "service:shutdown_client",
|
| "display_name": "Shutdown Client",
|
| "capabilities": {
|
| "required": {
|
| - "mojo:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] },
|
| - "mojo:shutdown_service": {
|
| + "service:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] },
|
| + "service:shutdown_service": {
|
| "interfaces": [ "shell::mojom::ShutdownTestService" ]
|
| }
|
| }
|
|
|