mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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:
parent
86a7969a6d
commit
23fc2bee6b
2 changed files with 1 additions and 6 deletions
|
@ -879,10 +879,7 @@ rtc_library("net_helpers") {
|
||||||
"net_helpers.cc",
|
"net_helpers.cc",
|
||||||
"net_helpers.h",
|
"net_helpers.h",
|
||||||
]
|
]
|
||||||
deps = [
|
deps = [ "system:rtc_export" ]
|
||||||
":net_test_helpers",
|
|
||||||
"system:rtc_export",
|
|
||||||
]
|
|
||||||
if (is_android) {
|
if (is_android) {
|
||||||
deps += [ ":ifaddrs_android" ]
|
deps += [ ":ifaddrs_android" ]
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
|
|
||||||
#include "absl/strings/string_view.h"
|
#include "absl/strings/string_view.h"
|
||||||
#include "rtc_base/system/rtc_export.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 {
|
namespace rtc {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue