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

Unified Diff: services/shell/tests/shutdown/shutdown_service_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
Index: services/shell/tests/shutdown/shutdown_service_manifest.json
diff --git a/services/shell/tests/shutdown/shutdown_service_manifest.json b/services/shell/tests/shutdown/shutdown_service_manifest.json
index 3bf63aca48ea66e769693355b6a5b1b7c37100f8..d86801d3ac9852264e2c360335a680b6ed40f7c0 100644
--- a/services/shell/tests/shutdown/shutdown_service_manifest.json
+++ b/services/shell/tests/shutdown/shutdown_service_manifest.json
@@ -1,10 +1,10 @@
{
"manifest_version": 1,
- "name": "mojo:shutdown_service",
+ "name": "service:shutdown_service",
"display_name": "Shutdown Service",
"capabilities": {
"required": {
- "mojo:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] }
+ "service:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] }
}
}
}
« no previous file with comments | « services/shell/tests/shutdown/shutdown_client_manifest.json ('k') | services/shell/tests/shutdown/shutdown_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698