| Index: mojo/public/bindings/tests/sample_import.mojom
|
| diff --git a/mojo/public/bindings/tests/sample_import.mojom b/mojo/public/bindings/tests/sample_import.mojom
|
| index 42f9041d0e8848493f48d735f49e097ff1db7fbb..d68c5bf216b7f9176c3b1077c6864217496e46e7 100644
|
| --- a/mojo/public/bindings/tests/sample_import.mojom
|
| +++ b/mojo/public/bindings/tests/sample_import.mojom
|
| @@ -8,7 +8,7 @@ module imported {
|
| // sample_service.mojom, to show how import works.
|
|
|
| enum Shape {
|
| - SHAPE_RECTANGLE,
|
| + SHAPE_RECTANGLE = 1,
|
| SHAPE_CIRCLE,
|
| SHAPE_TRIANGLE,
|
| };
|
|
|