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

Unified Diff: shell/application_manager/test.mojom

Issue 1954343002: Remove ApplicationManagerTest.BCallC. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « shell/application_manager/application_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/test.mojom
diff --git a/shell/application_manager/test.mojom b/shell/application_manager/test.mojom
index 732fe35dd0c5b150de0db81cf9bebd4919dde0b0..190b380d66e05676c9546c3b437e4d0539994885 100644
--- a/shell/application_manager/test.mojom
+++ b/shell/application_manager/test.mojom
@@ -4,24 +4,22 @@
module shell;
-[ServiceName="shell::TestService"]
+[ServiceName="shell.TestService"]
interface TestService {
Test(string test_string) => ();
};
-[ServiceName="shell::TestA"]
+[ServiceName="shell.TestA"]
interface TestA {
CallB();
- CallCFromB();
};
-[ServiceName="shell::TestB"]
+[ServiceName="shell.TestB"]
interface TestB {
B() => ();
- CallC() => ();
};
-[ServiceName="shell::TestC"]
+[ServiceName="shell.TestC"]
interface TestC {
C() => ();
};
« no previous file with comments | « shell/application_manager/application_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698