| Index: webrtc/video/video_receive_stream.h | 
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h | 
| index 3248a4fb271c689ea989f0f935bcec9f59ca6279..ebd8f9da357b3b092386e160214d1c74efa6ec91 100644 | 
| --- a/webrtc/video/video_receive_stream.h | 
| +++ b/webrtc/video/video_receive_stream.h | 
| @@ -35,7 +35,6 @@ class CallStats; | 
| class IvfFileWriter; | 
| class ProcessThread; | 
| class RTPFragmentationHeader; | 
| -class VieRemb; | 
| class VCMTiming; | 
| class VCMJitterEstimator; | 
|  | 
| @@ -53,8 +52,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream, | 
| PacketRouter* packet_router, | 
| VideoReceiveStream::Config config, | 
| ProcessThread* process_thread, | 
| -                     CallStats* call_stats, | 
| -                     VieRemb* remb); | 
| +                     CallStats* call_stats); | 
| ~VideoReceiveStream() override; | 
|  | 
| const Config& config() const { return config_; } | 
|  |