Index: webrtc/audio/audio_transport_proxy.cc |
diff --git a/webrtc/audio/audio_transport_proxy.cc b/webrtc/audio/audio_transport_proxy.cc |
index 4d2f9e30e1c217bae2381b3f75ee27b8aeb5fe85..c201d8a4906f8683658641152b718448c58c46c1 100644 |
--- a/webrtc/audio/audio_transport_proxy.cc |
+++ b/webrtc/audio/audio_transport_proxy.cc |
@@ -52,7 +52,7 @@ |
const int32_t clockDrift, |
const uint32_t currentMicLevel, |
const bool keyPressed, |
- uint32_t& newMicLevel) { // NOLINT: to avoid changing APIs |
+ uint32_t& newMicLevel) { |
// Pass call through to original audio transport instance. |
return voe_audio_transport_->RecordedDataIsAvailable( |
audioSamples, nSamples, nBytesPerSample, nChannels, samplesPerSec, |