| Index: services/dart/test/echo_service.mojom
|
| diff --git a/services/dart/test/echo_service.mojom b/services/dart/test/echo_service.mojom
|
| index 62f504cdaf2a341b42be6a78b9bb3920e86083b5..bb232c5ac91022a77e83a1c9230feec26d0777f1 100644
|
| --- a/services/dart/test/echo_service.mojom
|
| +++ b/services/dart/test/echo_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 mojo;
|
| +module dart.test;
|
|
|
| interface EchoService {
|
| EchoString(string? value) => (string? value);
|
|
|