Removes redundant delay based bwe.

This removes the legacy DelayBasedBwe to reduce code redundancy and
avoid the risk of applying changes on only one version.

Bug: webrtc:8415
Change-Id: I88aba03adbb77ee0ff0a97a8b3be6ddf028af48a
Reviewed-on: https://webrtc-review.googlesource.com/85364
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23798}
diff --git a/modules/remote_bitrate_estimator/BUILD.gn b/modules/remote_bitrate_estimator/BUILD.gn
index 7362e7f..5b038af 100644
--- a/modules/remote_bitrate_estimator/BUILD.gn
+++ b/modules/remote_bitrate_estimator/BUILD.gn
@@ -151,8 +151,8 @@
       "../../test:test_support",
       "../bitrate_controller",
       "../congestion_controller",
-      "../congestion_controller:delay_based_bwe",
       "../congestion_controller:transport_feedback",
+      "../congestion_controller/goog_cc:delay_based_bwe",
       "../congestion_controller/goog_cc:estimators",
       "../congestion_controller/rtp:transport_feedback",
       "../pacing",