| Index: services/js/test/echo_service.mojom
|
| diff --git a/examples/echo/echo_service.mojom b/services/js/test/echo_service.mojom
|
| similarity index 91%
|
| copy from examples/echo/echo_service.mojom
|
| copy to services/js/test/echo_service.mojom
|
| index 561c25eb39d3cb6c58e2f4d9948f8278dfdf01fe..a8c3194030560336efba7b678ffcb28206a18e2c 100644
|
| --- a/examples/echo/echo_service.mojom
|
| +++ b/services/js/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.examples;
|
| +module mojo;
|
|
|
| interface EchoService {
|
| EchoString(string? value) => (string? value);
|
|
|