Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: mojo/public/interfaces/bindings/tests/math_calculator.mojom

Issue 295973007: Mojo: Mojom: Change order of default values and ordinals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/sample_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
}
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/sample_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698