| Index: mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
 | 
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
 | 
| index 200dfb07cc2eae3161551698465f7dfebe1400b3..315b49c06dd9c8c8e37073e86341c8da3cb66232 100644
 | 
| --- a/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
 | 
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
 | 
| @@ -133,8 +133,6 @@ class ViewAssociateInfo extends bindings.Struct {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -
 | 
| -
 | 
|  class _ViewAssociateConnectParams extends bindings.Struct {
 | 
|    static const List<bindings.StructDataHeader> kVersions = const [
 | 
|      const bindings.StructDataHeader(16, 0)
 | 
| @@ -206,8 +204,6 @@ class _ViewAssociateConnectParams extends bindings.Struct {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -
 | 
| -
 | 
|  class ViewAssociateConnectResponseParams extends bindings.Struct {
 | 
|    static const List<bindings.StructDataHeader> kVersions = const [
 | 
|      const bindings.StructDataHeader(16, 0)
 | 
| @@ -281,8 +277,6 @@ class ViewAssociateConnectResponseParams extends bindings.Struct {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -
 | 
| -
 | 
|  class _ViewAssociateConnectToViewServiceParams extends bindings.Struct {
 | 
|    static const List<bindings.StructDataHeader> kVersions = const [
 | 
|      const bindings.StructDataHeader(32, 0)
 | 
| @@ -381,8 +375,6 @@ class _ViewAssociateConnectToViewServiceParams extends bindings.Struct {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -
 | 
| -
 | 
|  class _ViewAssociateConnectToViewTreeServiceParams extends bindings.Struct {
 | 
|    static const List<bindings.StructDataHeader> kVersions = const [
 | 
|      const bindings.StructDataHeader(32, 0)
 | 
| @@ -480,15 +472,10 @@ class _ViewAssociateConnectToViewTreeServiceParams extends bindings.Struct {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -
 | 
| -
 | 
| -
 | 
|  const int _ViewAssociate_connectName = 0;
 | 
|  const int _ViewAssociate_connectToViewServiceName = 1;
 | 
|  const int _ViewAssociate_connectToViewTreeServiceName = 2;
 | 
|  
 | 
| -
 | 
| -
 | 
|  class _ViewAssociateServiceDescription implements service_describer.ServiceDescription {
 | 
|    dynamic getTopLevelInterface([Function responseFactory]) =>
 | 
|        responseFactory(null);
 | 
| @@ -754,8 +741,6 @@ class ViewAssociateStub extends bindings.Stub {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -
 | 
| -
 | 
|  class _ViewInspectorServiceDescription implements service_describer.ServiceDescription {
 | 
|    dynamic getTopLevelInterface([Function responseFactory]) =>
 | 
|        responseFactory(null);
 | 
| 
 |