| Index: webrtc/voice_engine/voe_base_impl.cc
 | 
| diff --git a/webrtc/voice_engine/voe_base_impl.cc b/webrtc/voice_engine/voe_base_impl.cc
 | 
| index 5a037bf8ca9fa395756f8ab4632996572cd9757b..ecf5b94e7d23bff8a4a38d1a236367cd2209acaa 100644
 | 
| --- a/webrtc/voice_engine/voe_base_impl.cc
 | 
| +++ b/webrtc/voice_engine/voe_base_impl.cc
 | 
| @@ -374,9 +374,8 @@ int VoEBaseImpl::CreateChannel(const ChannelConfig& config) {
 | 
|  int VoEBaseImpl::InitializeChannel(voe::ChannelOwner* channel_owner) {
 | 
|    if (channel_owner->channel()->SetEngineInformation(
 | 
|            shared_->statistics(), *shared_->output_mixer(),
 | 
| -          *shared_->transmit_mixer(), *shared_->process_thread(),
 | 
| -          *shared_->audio_device(), voiceEngineObserverPtr_,
 | 
| -          &callbackCritSect_) != 0) {
 | 
| +          *shared_->process_thread(), *shared_->audio_device(),
 | 
| +          voiceEngineObserverPtr_, &callbackCritSect_) != 0) {
 | 
|      shared_->SetLastError(
 | 
|          VE_CHANNEL_NOT_CREATED, kTraceError,
 | 
|          "CreateChannel() failed to associate engine and channel."
 | 
| 
 |