| Index: examples/echo/echo.mojom
|
| diff --git a/examples/echo/echo.mojom b/examples/echo/echo.mojom
|
| index 7ea0b274b02d149bb5adc033351f7b26983a54cc..cd31187e2d6b40666813bd23926ca8eab38c1a9d 100644
|
| --- a/examples/echo/echo.mojom
|
| +++ b/examples/echo/echo.mojom
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -[DartPackage="_mojo_for_test_only", JavaPackage="org.chromium.mojo.examples.echo"]
|
| +[DartPackage="_mojo_for_test_only",
|
| + JavaPackage="org.chromium.mojo.examples.echo"]
|
| module mojo.examples;
|
|
|
| [ServiceName="mojo::examples::Echo"]
|
|
|