| Index: webrtc/video/video_receive_stream.h | 
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h | 
| index 0ea5385b319cc2a662ee3656c812f11aeb3dc51c..705a3de4b1232e7d996ab117e0a09311f4e1903d 100644 | 
| --- a/webrtc/video/video_receive_stream.h | 
| +++ b/webrtc/video/video_receive_stream.h | 
| @@ -46,7 +46,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream, | 
| public: | 
| VideoReceiveStream(int num_cpu_cores, | 
| CongestionController* congestion_controller, | 
| -                     const VideoReceiveStream::Config& config, | 
| +                     VideoReceiveStream::Config config, | 
| webrtc::VoiceEngine* voice_engine, | 
| ProcessThread* process_thread, | 
| CallStats* call_stats, | 
|  |