Remove backwards compatibity #include

Bug: b/292167110
Change-Id: I3d9766ac095256a069c9bae34d6d3402819d0e15
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/314680
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40501}
This commit is contained in:
Mirko Bonadei 2023-08-02 08:57:01 +02:00 committed by WebRTC LUCI CQ
parent 86a7969a6d
commit 23fc2bee6b
2 changed files with 1 additions and 6 deletions

View file

@ -879,10 +879,7 @@ rtc_library("net_helpers") {
"net_helpers.cc",
"net_helpers.h",
]
deps = [
":net_test_helpers",
"system:rtc_export",
]
deps = [ "system:rtc_export" ]
if (is_android) {
deps += [ ":ifaddrs_android" ]
}

View file

@ -21,8 +21,6 @@
#include "absl/strings/string_view.h"
#include "rtc_base/system/rtc_export.h"
// TODO(mbonadei): Remove this, after Chromium tests have been migrated.
#include "rtc_base/net_test_helpers.h"
namespace rtc {