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

Unified Diff: services/shell/tests/connect/connect_test_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_app_manifest.json
diff --git a/services/shell/tests/connect/connect_test_app_manifest.json b/services/shell/tests/connect/connect_test_app_manifest.json
index 738919e2f45540413c510b641b8fa60df34c5d01..7b41ef23c9a917c3aa3ea27f7c966923eb5c931e 100644
--- a/services/shell/tests/connect/connect_test_app_manifest.json
+++ b/services/shell/tests/connect/connect_test_app_manifest.json
@@ -1,20 +1,20 @@
{
"manifest_version": 1,
- "name": "mojo:connect_test_app",
+ "name": "service:connect_test_app",
"display_name": "Connect Test App",
"capabilities": {
"required": {
- "mojo:connect_unittests": {
+ "service:connect_unittests": {
"interfaces": [ "shell::test::mojom::ExposedInterface" ]
},
- "mojo:connect_test_a": {
+ "service:connect_test_a": {
"interfaces": [ "shell::test::mojom::ConnectTestService" ]
},
- "mojo:connect_test_class_app": {
+ "service:connect_test_class_app": {
"classes": [ "class" ],
"interfaces": [ "shell::test::mojom::ConnectTestService" ]
},
- "mojo:shell": { "classes": [ "shell:user_id" ] }
+ "service:shell": { "classes": [ "shell:user_id" ] }
}
}
}

Powered by Google App Engine
This is Rietveld 408576698