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 f01d1c219a75de9cba9a3a42a062a19e9843416f..5c80781ca6c7a541f05973c36c9d703ba88c0926 100644 |
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom |
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample"] |
+module sample; |
+ |
import "sample_import.mojom"; |
import "sample_import2.mojom"; |
-[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample"] |
-module sample { |
- |
const uint8 kTwelve = 12; |
const uint64 kTooBigForSignedInt64 = 9999999999999999999; |
@@ -124,5 +124,3 @@ interface ServiceClient { |
interface Port { |
PostMessage@0(string message_text@0, Port port@1); |
}; |
- |
-} |