| Index: webrtc/media/engine/webrtcvideoengine2.h | 
| diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h | 
| index 2c7d36ccb5cc820b5d20fa6317d1dbc950ca0f49..ce0512c6cc0f7ce611f8fccc800b05832ce1faf5 100644 | 
| --- a/webrtc/media/engine/webrtcvideoengine2.h | 
| +++ b/webrtc/media/engine/webrtcvideoengine2.h | 
| @@ -162,6 +162,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport { | 
| bool RemoveRecvStream(uint32_t ssrc) override; | 
| bool SetSink(uint32_t ssrc, | 
| rtc::VideoSinkInterface<webrtc::VideoFrame>* sink) override; | 
| +  bool FillBitrateInfo(BandwidthEstimationInfo* bwe_info) override; | 
| bool GetStats(VideoMediaInfo* info) override; | 
|  | 
| void OnPacketReceived(rtc::CopyOnWriteBuffer* packet, | 
| @@ -273,7 +274,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport { | 
|  | 
| const std::vector<uint32_t>& GetSsrcs() const; | 
| VideoSenderInfo GetVideoSenderInfo(bool log_stats); | 
| -    void FillBandwidthEstimationInfo(BandwidthEstimationInfo* bwe_info); | 
| +    void FillBitrateInfo(BandwidthEstimationInfo* bwe_info); | 
|  | 
| private: | 
| // Parameters needed to reconstruct the underlying stream. | 
|  |