| Index: webrtc/pc/channel.h
 | 
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
 | 
| index 35369d6f60e071cd81a06522ef30dc4b28fd2064..6a420538d7c2c669e9d8564f2a7fa9219406fc20 100644
 | 
| --- a/webrtc/pc/channel.h
 | 
| +++ b/webrtc/pc/channel.h
 | 
| @@ -471,6 +471,7 @@ class VoiceChannel : public BaseChannel {
 | 
|    bool GetStats(VoiceMediaInfo* stats);
 | 
|  
 | 
|    std::vector<webrtc::RtpSource> GetSources(uint32_t ssrc) const;
 | 
| +  std::vector<webrtc::RtpSource> GetSources_w(uint32_t ssrc) const;
 | 
|  
 | 
|    // Monitoring functions
 | 
|    sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&>
 | 
| 
 |