| Index: webrtc/video/rtp_stream_receiver.h
 | 
| diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
 | 
| index 42fa30eed0dcc99a9d7fd3560904c6335ce76e3e..afd19a7addc34a639bb5fe195c79716c950b01b5 100644
 | 
| --- a/webrtc/video/rtp_stream_receiver.h
 | 
| +++ b/webrtc/video/rtp_stream_receiver.h
 | 
| @@ -50,7 +50,6 @@ class RtpReceiver;
 | 
|  class Transport;
 | 
|  class UlpfecReceiver;
 | 
|  class VCMTiming;
 | 
| -class VieRemb;
 | 
|  
 | 
|  namespace vcm {
 | 
|  class VideoReceiver;
 | 
| @@ -68,7 +67,6 @@ class RtpStreamReceiver : public RtpData,
 | 
|        Transport* transport,
 | 
|        RtcpRttStats* rtt_stats,
 | 
|        PacketRouter* packet_router,
 | 
| -      VieRemb* remb,
 | 
|        const VideoReceiveStream::Config* config,
 | 
|        ReceiveStatisticsProxy* receive_stats_proxy,
 | 
|        ProcessThread* process_thread,
 | 
| @@ -160,7 +158,6 @@ class RtpStreamReceiver : public RtpData,
 | 
|    // Ownership of this object lies with VideoReceiveStream, which owns |this|.
 | 
|    const VideoReceiveStream::Config& config_;
 | 
|    PacketRouter* const packet_router_;
 | 
| -  VieRemb* const remb_;
 | 
|    ProcessThread* const process_thread_;
 | 
|  
 | 
|    RemoteNtpTimeEstimator ntp_estimator_;
 | 
| 
 |