| Index: services/dart/test/pingpong_service.mojom
|
| diff --git a/services/dart/test/pingpong_service.mojom b/services/dart/test/pingpong_service.mojom
|
| index 22d5f244c5d2524c739373f63a57de15342dca17..36e406866ceb7aedf6337f1fc37bb3f5ba4e9f16 100644
|
| --- a/services/dart/test/pingpong_service.mojom
|
| +++ b/services/dart/test/pingpong_service.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module dart;
|
| +module dart.test;
|
|
|
| interface PingPongService {
|
| // Register the client interface with the service.
|
|
|