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

Unified Diff: services/shell/tests/connect/connect_test_app_a_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_a_manifest.json
diff --git a/services/shell/tests/connect/connect_test_app_a_manifest.json b/services/shell/tests/connect/connect_test_app_a_manifest.json
index 95e865211b81f37497fa182062ed151130f4fd35..5c2c4e702b53063ec9f9a98fc8a8b1943d8d7f28 100644
--- a/services/shell/tests/connect/connect_test_app_a_manifest.json
+++ b/services/shell/tests/connect/connect_test_app_a_manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 1,
- "name": "mojo:connect_test_a",
+ "name": "service:connect_test_a",
"display_name": "Connect Test A",
"capabilities": {
"required": {
- "mojo:connect_unittests": {
+ "service:connect_unittests": {
"interfaces": [ "shell::test::mojom::ExposedInterface" ]
},
- "mojo:connect_test_class_app": { "classes": [ "class" ] }
+ "service:connect_test_class_app": { "classes": [ "class" ] }
}
}
}
« no previous file with comments | « services/shell/tests/connect/connect_test_app.cc ('k') | services/shell/tests/connect/connect_test_app_b_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698