| Index: services/dart/test/interfaces/pingpong_service.mojom
|
| diff --git a/services/dart/test/interfaces/pingpong_service.mojom b/services/dart/test/interfaces/pingpong_service.mojom
|
| index 931704e1f937f0ec952248555fdd237c190996f4..bd30cf20a6d4213eacae5f47c3262fe8cb3b88ad 100644
|
| --- a/services/dart/test/interfaces/pingpong_service.mojom
|
| +++ b/services/dart/test/interfaces/pingpong_service.mojom
|
| @@ -5,6 +5,7 @@
|
| [DartPackage="_mojo_for_test_only"]
|
| module test;
|
|
|
| +[ServiceName="test::PingPongService"]
|
| interface PingPongService {
|
| // Register the client interface with the service.
|
| SetClient(PingPongClient client);
|
|
|