| Index: components/arc/BUILD.gn
 | 
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
 | 
| index c09d9706b83027d2716e3cd99acab3f43f81c4ee..fbe48a9000c95dc8520f5487a2bfa037b5a1a2bc 100644
 | 
| --- a/components/arc/BUILD.gn
 | 
| +++ b/components/arc/BUILD.gn
 | 
| @@ -119,20 +119,6 @@ static_library("arc_base") {
 | 
|    ]
 | 
|  }
 | 
|  
 | 
| -# TODO(crbug.com/662510): Remove this altogether.
 | 
| -mojom("arc_bindings_old_types") {
 | 
| -  sources = [
 | 
| -    "common/net.mojom",
 | 
| -  ]
 | 
| -
 | 
| -  public_deps = [
 | 
| -    "//mojo/common:common_custom_types",
 | 
| -    "//ui/gfx/geometry/mojo",
 | 
| -  ]
 | 
| -
 | 
| -  use_new_wrapper_types = false
 | 
| -}
 | 
| -
 | 
|  mojom("arc_bindings") {
 | 
|    sources = [
 | 
|      "common/app.mojom",
 | 
| @@ -150,6 +136,7 @@ mojom("arc_bindings") {
 | 
|      "common/intent_helper.mojom",
 | 
|      "common/kiosk.mojom",
 | 
|      "common/metrics.mojom",
 | 
| +    "common/net.mojom",
 | 
|      "common/notifications.mojom",
 | 
|      "common/obb_mounter.mojom",
 | 
|      "common/policy.mojom",
 | 
| @@ -166,8 +153,8 @@ mojom("arc_bindings") {
 | 
|    ]
 | 
|  
 | 
|    public_deps = [
 | 
| -    ":arc_bindings_old_types",
 | 
|      "//mojo/common:common_custom_types",
 | 
| +    "//ui/gfx/geometry/mojo",
 | 
|    ]
 | 
|  }
 | 
|  
 | 
| 
 |