| Index: mojo/public/bindings/tests/math_calculator.mojom
|
| diff --git a/mojo/public/bindings/tests/math_calculator.mojom b/mojo/public/bindings/tests/math_calculator.mojom
|
| index 3b8cb7f9dea00df80c9cfa6ce5568c097002864b..b38a8e255d5aecffcaf9483e8ddd3f8442aa805b 100644
|
| --- a/mojo/public/bindings/tests/math_calculator.mojom
|
| +++ b/mojo/public/bindings/tests/math_calculator.mojom
|
| @@ -6,14 +6,14 @@ module math {
|
|
|
| [Peer=CalculatorUI]
|
| interface Calculator {
|
| - Clear() @0;
|
| - Add(double value @0) @1;
|
| - Multiply(double value @0) @2;
|
| + Clear@0();
|
| + Add@1(double value @0);
|
| + Multiply@2(double value @0);
|
| };
|
|
|
| [Peer=Calculator]
|
| interface CalculatorUI {
|
| - Output(double value @0) @0;
|
| + Output@0(double value @0);
|
| };
|
|
|
| }
|
|
|