Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc |
index 3c1a914d284390774df88e46d0cd0ba03037316f..b77550f12120ef55a3309c9f0e71d4c3542440a3 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc |
@@ -247,7 +247,7 @@ void RemoteBitrateEstimatorTest::IncomingPacket(uint32_t ssrc, |
// target bitrate after the call to this function. |
bool RemoteBitrateEstimatorTest::GenerateAndProcessFrame(uint32_t ssrc, |
uint32_t bitrate_bps) { |
- RTC_DCHECK_GT(bitrate_bps, 0u); |
+ RTC_DCHECK_GT(bitrate_bps, 0); |
stream_generator_->SetBitrateBps(bitrate_bps); |
testing::RtpStream::PacketList packets; |
int64_t next_time_us = stream_generator_->GenerateFrame( |