Index: webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc |
diff --git a/webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc b/webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc |
index af718685cfc1feddfa5b88e01d60c16a1e8d265e..2fbe200fa7d88cf6c5cae6699b17bb2d02778ba4 100644 |
--- a/webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc |
+++ b/webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc |
@@ -34,7 +34,7 @@ void NoiseSpectrumEstimator::Initialize() { |
void NoiseSpectrumEstimator::Update(rtc::ArrayView<const float> spectrum, |
bool first_update) { |
- RTC_DCHECK_EQ(65u, spectrum.size()); |
+ RTC_DCHECK_EQ(65, spectrum.size()); |
if (first_update) { |
// Initialize the noise spectral estimate with the signal spectrum. |