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

Unified Diff: services/shell/tests/shutdown/shutdown_unittest_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 | « services/shell/tests/shutdown/shutdown_unittest.cc ('k') | services/tracing/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/shutdown/shutdown_unittest_manifest.json
diff --git a/services/shell/tests/shutdown/shutdown_unittest_manifest.json b/services/shell/tests/shutdown/shutdown_unittest_manifest.json
index 2a85ad74d8a8826fa2cee40a6bfef0d77c382bab..8076bb81e63a1cd8c1a1c800ad812a6356850c0f 100644
--- a/services/shell/tests/shutdown/shutdown_unittest_manifest.json
+++ b/services/shell/tests/shutdown/shutdown_unittest_manifest.json
@@ -1,14 +1,14 @@
{
"manifest_version": 1,
- "name": "mojo:shutdown_unittest",
+ "name": "service:shutdown_unittest",
"display_name": "Shutdown Unittest",
"capabilities": {
"required": {
- "mojo:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] },
- "mojo:shutdown_client": {
+ "service:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] },
+ "service:shutdown_client": {
"interfaces": [ "shell::mojom::ShutdownTestClientController" ]
},
- "mojo:shutdown_service": {
+ "service:shutdown_service": {
"interfaces": [ "shell::mojom::ShutdownTestService" ]
}
}
« no previous file with comments | « services/shell/tests/shutdown/shutdown_unittest.cc ('k') | services/tracing/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698