| 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 29065fc27d6fb98ae4757d2baa3358ca36c8d34d..ca4e81c0bb67f2e239076cc94a3d55bf79d26aa5 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_import2.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_import2.mojom
|
| @@ -22,7 +22,7 @@ struct Size {
|
|
|
| struct Thing {
|
| imported.Shape shape = RECTANGLE;
|
| - int32 color = Color.BLACK;
|
| + imported.Color color = Color.BLACK;
|
| Point location;
|
| Size size;
|
| };
|
|
|