Chromium Code Reviews| 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 f2b1dc93dcac3ed6e2cb0a1913eeee5b09309832..a0dceb49b744bf7b6647d7e9a250022c814a368a 100644 |
| --- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom |
| +++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom |
| @@ -3,9 +3,12 @@ |
| // found in the LICENSE file. |
| [JavaPackage="org.chromium.mojo.bindings.test.sample", |
| + JavaConstantsClassName="InterfaceConstants", |
| Foo = "hello world"] |
| module sample { |
| +const uint64 kLong = (879+2)*5; |
|
rmcilroy
2014/05/28 17:03:30
nit - spaces between binary operators. Could we a
viettrungluu
2014/05/28 19:10:26
Note that I'm going to remove all expressions shor
|
| + |
| enum Enum { |
| ENUM_VALUE |
| }; |