diff --git a/modules/BUILD.gn b/modules/BUILD.gn index d1ceb224b1..36bbe7d328 100644 --- a/modules/BUILD.gn +++ b/modules/BUILD.gn @@ -54,7 +54,6 @@ rtc_source_set("module_api") { "../api:rtp_headers", "../api/video:video_frame_type", "../modules/rtp_rtcp:rtp_video_header", - "../rtc_base:deprecation", # TODO(bugs.webrtc.org/10336): Remove. "../rtc_base:safe_conversions", "../rtc_base/system:rtc_export", ] diff --git a/modules/include/module_common_types.h b/modules/include/module_common_types.h index 027bbdd815..7cbc16c1d1 100644 --- a/modules/include/module_common_types.h +++ b/modules/include/module_common_types.h @@ -20,7 +20,6 @@ #include "modules/include/module_common_types_public.h" #include "modules/include/module_fec_types.h" #include "modules/rtp_rtcp/source/rtp_video_header.h" -#include "rtc_base/deprecation.h" // TODO(bugs.webrtc.org/10336): Remove. #include "rtc_base/system/rtc_export.h" namespace webrtc { @@ -67,11 +66,6 @@ class CallStatsObserver { // Interface used by NackModule and JitterBuffer. class NackSender { public: - // // TODO(bugs.webrtc.org/10336): Update downstream and remove this method. - // Make the one remaining version of SendNack() pure virtual again. - RTC_DEPRECATED virtual void SendNack( - const std::vector& sequence_numbers) {} - // If |buffering_allowed|, other feedback messages (e.g. key frame requests) // may be added to the same outgoing feedback message. In that case, it's up // to the user of the interface to ensure that when all buffer-able messages