Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
index 564b563cc7de8c9b60bfde30123fea25ee0d3746..4042e70e31f6bf926bdcb8e456735f3f51705cbf 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
@@ -24,8 +24,8 @@ |
#include "webrtc/rtc_base/checks.h" |
#include "webrtc/rtc_base/constructormagic.h" |
#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/race_checker.h" |
#include "webrtc/rtc_base/rate_statistics.h" |
-#include "webrtc/rtc_base/thread_checker.h" |
namespace webrtc { |
@@ -113,7 +113,7 @@ class RemoteBitrateEstimatorAbsSendTime : public RemoteBitrateEstimator { |
void TimeoutStreams(int64_t now_ms) EXCLUSIVE_LOCKS_REQUIRED(&crit_); |
- rtc::ThreadChecker network_thread_; |
+ rtc::RaceChecker network_race_; |
const Clock* const clock_; |
RemoteBitrateObserver* const observer_; |
std::unique_ptr<InterArrival> inter_arrival_; |