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 e4a1c9462581730c57bb514214ec5fe2d15ecb74..63b7a69bc53c8ef52163981cfc328c8d41468188 100644 |
--- a/mojo/public/interfaces/bindings/tests/math_calculator.mojom |
+++ b/mojo/public/interfaces/bindings/tests/math_calculator.mojom |
@@ -5,14 +5,13 @@ |
[JavaPackage="org.chromium.mojo.bindings.test"] |
module math { |
-[Peer=CalculatorUI] |
+[Client=CalculatorUI] |
interface Calculator { |
Clear@0(); |
Add@1(double value @0); |
Multiply@2(double value @0); |
}; |
-[Peer=Calculator] |
interface CalculatorUI { |
Output@0(double value @0); |
}; |