Index: mojo/public/interfaces/bindings/tests/sample_interfaces.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom |
index 01e78ede163cf0161987ad6af4712c721599bef6..37405ca7638566b70875c684fb6ee9febc3e6f66 100644 |
--- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom |
+++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom |
@@ -5,7 +5,7 @@ |
[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample", |
JavaConstantsClassName="InterfaceConstants", |
Foo = "hello world"] |
-module sample { |
+module sample; |
const uint64 kLong = 4405; |
@@ -24,5 +24,3 @@ interface Provider { |
// TODO(darin): We shouldn't need this, but JS bindings don't work without it. |
interface ProviderClient { |
}; |
- |
-} |