| Index: webrtc/modules/audio_coding/main/test/Channel.cc | 
| diff --git a/webrtc/modules/audio_coding/main/test/Channel.cc b/webrtc/modules/audio_coding/main/test/Channel.cc | 
| index 779718dd5042422ed60c1e352c92235d06b0194e..80e816d0928f80275e665f94d95a9ab70bb1c1be 100644 | 
| --- a/webrtc/modules/audio_coding/main/test/Channel.cc | 
| +++ b/webrtc/modules/audio_coding/main/test/Channel.cc | 
| @@ -42,7 +42,7 @@ int32_t Channel::SendData(FrameType frameType, | 
| } else { | 
| rtpInfo.type.Audio.isCNG = false; | 
| } | 
| -  if (frameType == kFrameEmpty) { | 
| +  if (frameType == kSkipFrame) { | 
| // When frame is empty, we should not transmit it. The frame size of the | 
| // next non-empty frame will be based on the previous frame size. | 
| _useLastFrameSize = _lastFrameSizeSample > 0; | 
|  |