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 38a40e40db767c1f9aa1784f8bc69dfadb4f80a0..9a4694b6f8b92639b4bf5b5c8d4c68a5399af210 100644 |
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom |
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
@@ -50,8 +50,8 @@ struct DefaultsTest { |
int32 a4@4 = 123456; |
// TODO(vtl): crbug.com/375522 |
uint32 a5@5 /* = 3456789012 */; |
- // TODO(vtl): crbug.com/375522 |
int64 a6@6 = 111111111111; |
+ // TODO(vtl): crbug.com/375522 |
uint64 a7@7 /* = 9999999999999999999 */; |
int32 a8@8 = 0x12345; |
int32 a9@9 = -0x12345; |
@@ -71,7 +71,7 @@ struct DefaultsTest { |
Bar.Type a20@20 = Bar.TYPE_BOTH; |
imported.Point a21@21; |
- imported.Thing a22@22; |
+ imported.Thing a22@22 = default; |
}; |
struct StructWithHoleV1 { |