| 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;
|
| }
|
|
|
|
|
|
|