| Index: mojo/public/interfaces/bindings/tests/math_calculator.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/math_calculator.mojom b/mojo/public/interfaces/bindings/tests/math_calculator.mojom
|
| index fd3d54e414b3d9070a5671c590356994a957fb41..9901476966eb79aef91b19866173106841ed75bd 100644
|
| --- a/mojo/public/interfaces/bindings/tests/math_calculator.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/math_calculator.mojom
|
| @@ -8,12 +8,12 @@ module math {
|
| [Client=CalculatorUI]
|
| interface Calculator {
|
| Clear@0();
|
| - Add@1(double value @0);
|
| - Multiply@2(double value @0);
|
| + Add@1(double value@0);
|
| + Multiply@2(double value@0);
|
| };
|
|
|
| interface CalculatorUI {
|
| - Output@0(double value @0);
|
| + Output@0(double value@0);
|
| };
|
|
|
| }
|
|
|