| Index: mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| index baf03de8a8a3ff87ae6cdf857dccc032971b9085..f01d1c219a75de9cba9a3a42a062a19e9843416f 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import "sample_import.mojom"
|
| -import "sample_import2.mojom"
|
| +import "sample_import.mojom";
|
| +import "sample_import2.mojom";
|
|
|
| [JavaPackage="org.chromium.mojo.bindings.test.mojom.sample"]
|
| module sample {
|
|
|