summaryrefslogtreecommitdiffstats
path: root/mojo/public/bindings/tests/sample_import2.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/bindings/tests/sample_import2.mojom')
-rw-r--r--mojo/public/bindings/tests/sample_import2.mojom2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/bindings/tests/sample_import2.mojom b/mojo/public/bindings/tests/sample_import2.mojom
index 32be752..e5fd72d 100644
--- a/mojo/public/bindings/tests/sample_import2.mojom
+++ b/mojo/public/bindings/tests/sample_import2.mojom
@@ -20,7 +20,7 @@ struct Size {
};
struct Thing {
- int32 shape = SHAPE_RECTANGLE;
+ imported.Shape shape = SHAPE_RECTANGLE;
int32 color = COLOR_BLACK;
Point location = {0, 0};
Size size;