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