| Index: examples/apptest/example_service.mojom
|
| diff --git a/examples/apptest/example_service.mojom b/examples/apptest/example_service.mojom
|
| index 022a0b1bec37540e4226e1094c4127d3ae777f76..b8cead30a4d32f29dca6fe3b77176d256ecc35e6 100644
|
| --- a/examples/apptest/example_service.mojom
|
| +++ b/examples/apptest/example_service.mojom
|
| @@ -5,6 +5,7 @@
|
| module mojo;
|
|
|
| // A simple service used to exemplify application testing within mojo_shell.
|
| +[ServiceName="mojo::ExampleService"]
|
| interface ExampleService {
|
| Ping(uint16 ping_value) => (uint16 pong_value);
|
| };
|
|
|