| Index: webrtc/voice_engine/channel.h
 | 
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
 | 
| index ab46d2e4683f2443e5d05765731a541ed51898d9..4988e079d1203a2322347b0e32c297650d4c40ff 100644
 | 
| --- a/webrtc/voice_engine/channel.h
 | 
| +++ b/webrtc/voice_engine/channel.h
 | 
| @@ -458,6 +458,7 @@
 | 
|    std::unique_ptr<ReceiveStatistics> rtp_receive_statistics_;
 | 
|    std::unique_ptr<StatisticsProxy> statistics_proxy_;
 | 
|    std::unique_ptr<RtpReceiver> rtp_receiver_;
 | 
| +  TelephoneEventHandler* telephone_event_handler_;
 | 
|    std::unique_ptr<RtpRtcp> _rtpRtcpModule;
 | 
|    std::unique_ptr<AudioCodingModule> audio_coding_;
 | 
|    acm2::CodecManager codec_manager_;
 | 
| 
 |