Index: webrtc/modules/pacing/packet_router.h |
diff --git a/webrtc/modules/pacing/packet_router.h b/webrtc/modules/pacing/packet_router.h |
index 346f68f22ec8db2d2c74b26e461dcb883dad9814..150cd097db452d9c2b0c21635aace888fead1621 100644 |
--- a/webrtc/modules/pacing/packet_router.h |
+++ b/webrtc/modules/pacing/packet_router.h |
@@ -17,7 +17,7 @@ |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/base/criticalsection.h" |
#include "webrtc/base/thread_annotations.h" |
-#include "webrtc/base/thread_checker.h" |
+#include "webrtc/base/race_checker.h" |
#include "webrtc/common_types.h" |
#include "webrtc/modules/pacing/paced_sender.h" |
#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" |
@@ -84,7 +84,7 @@ class PacketRouter : public PacedSender::PacketSender, |
virtual bool SendTransportFeedback(rtcp::TransportFeedback* packet); |
private: |
- rtc::ThreadChecker pacer_thread_checker_; |
+ rtc::RaceChecker race_checker_; |
rtc::CriticalSection modules_crit_; |
std::list<RtpRtcp*> rtp_send_modules_ GUARDED_BY(modules_crit_); |
std::vector<RtpRtcp*> rtp_receive_modules_ GUARDED_BY(modules_crit_); |