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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart

Issue 1575433005: Regenerate Dart .mojom files (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Run tests again? Created 4 years, 11 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
Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
index 48140d9401e9e73abd9ecfa86458a28c302063eb..03e393f3f6d0233749c5eae750afccd997d16657 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
@@ -979,7 +979,7 @@ class HumanResourceDatabaseStub extends bindings.Stub {
dynamic handleMessage(bindings.ServiceMessage message) {
if (bindings.ControlMessageHandler.isControlMessage(message)) {
return bindings.ControlMessageHandler.handleMessage(this,
- 2,
+ 1,
message);
}
assert(_impl != null);
@@ -1090,7 +1090,7 @@ class HumanResourceDatabaseStub extends bindings.Stub {
return "HumanResourceDatabaseStub($superString)";
}
- int get version => 2;
+ int get version => 1;
}

Powered by Google App Engine
This is Rietveld 408576698