Index: mojo/public/interfaces/bindings/tests/sample_import2.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/sample_import2.mojom b/mojo/public/interfaces/bindings/tests/sample_import2.mojom |
index b93be6933866d8ca664361aa9e2ab5e2b7dccb72..7f6bcadf456ed6d44444624b3510dc7968937a4e 100644 |
--- a/mojo/public/interfaces/bindings/tests/sample_import2.mojom |
+++ b/mojo/public/interfaces/bindings/tests/sample_import2.mojom |
@@ -23,7 +23,7 @@ struct Size { |
struct Thing { |
imported.Shape shape = SHAPE_RECTANGLE; |
int32 color = COLOR_BLACK; |
- Point location = {0, 0}; |
+ Point location; |
Size size; |
}; |