| 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() => ();
|
| };
|
|
|