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

Unified Diff: services/shell/tests/connect/connect_test_class_app_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/connect/connect_test_class_app_manifest.json
diff --git a/services/shell/tests/connect/connect_test_class_app_manifest.json b/services/shell/tests/connect/connect_test_class_app_manifest.json
index 5686f0653d1bf0cb6f6c278b92e9514a18f9cef8..dbfc45957e809608efb0ff0418f1653922e6025f 100644
--- a/services/shell/tests/connect/connect_test_class_app_manifest.json
+++ b/services/shell/tests/connect/connect_test_class_app_manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 1,
- "name": "mojo:connect_test_class_app",
+ "name": "service:connect_test_class_app",
"display_name": "Connect Test Class App",
"capabilities": {
"provided": {
"class": [ "shell::test::mojom::ClassInterface" ]
},
"required": {
- "mojo:shell": { "classes": [ "shell:explicit_class" ] }
+ "service:shell": { "classes": [ "shell:explicit_class" ] }
}
}
}
« no previous file with comments | « services/shell/tests/connect/connect_test_app_manifest.json ('k') | services/shell/tests/connect/connect_test_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698