NackModule2: Rename to NackRequester.

The alternative new name proposed, NackTracker, is already in
use in audio_coding.

Fixed: webrtc:11594
Change-Id: I6a05fafc05fa7ddb18ea4f64886a135e5ef59f7e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226744
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Markus Handell <handellm@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34539}
This commit is contained in:
Markus Handell
2021-07-22 15:09:39 +02:00
committed by WebRTC LUCI CQ
parent d7aa87501f
commit 06a2bf09a4
9 changed files with 111 additions and 114 deletions

View File

@ -15,7 +15,7 @@ rtc_library("nack_module") {
]
deps = [
"..:nack_module",
"..:nack_requester",
"../..:module_api",
"../../../api/units:time_delta",
"../../../api/units:timestamp",