Index: mojo/public/interfaces/bindings/tests/rect.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/rect.mojom b/mojo/public/interfaces/bindings/tests/rect.mojom |
index 324ce48244bfd2fc933e74fd264625bf22d5ff83..b8cc9774f5846a14a7eb1d6caec6bc703d83fe6a 100644 |
--- a/mojo/public/interfaces/bindings/tests/rect.mojom |
+++ b/mojo/public/interfaces/bindings/tests/rect.mojom |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[JavaPackage="org.chromium.mojo.bindings.test.mojom.test_structs"] |
-module mojo.test { |
+module mojo.test; |
struct Rect { |
int32 x; |
@@ -11,5 +11,3 @@ struct Rect { |
int32 width; |
int32 height; |
}; |
- |
-} |