Chromium Code Reviews| Index: mojo/public/interfaces/bindings/tests/sample_import.mojom |
| diff --git a/mojo/public/interfaces/bindings/tests/sample_import.mojom b/mojo/public/interfaces/bindings/tests/sample_import.mojom |
| index 9258b9ddc40f50e01ba2f85f72643b7ffd7ed67c..659b74dfafb732f2958c0f9f8bd48ccc42399e39 100644 |
| --- a/mojo/public/interfaces/bindings/tests/sample_import.mojom |
| +++ b/mojo/public/interfaces/bindings/tests/sample_import.mojom |
| @@ -12,6 +12,7 @@ enum Shape { |
| RECTANGLE = 1, |
| CIRCLE, |
| TRIANGLE, |
| + LAST = TRIANGLE, |
| }; |
| // These enum values should not interfere with those of Shape above. |