Index: webrtc/video/video_receive_stream.h |
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h |
index f531a3213fda3b853b584393f28cf66ba7ea7f50..3fbae600d00c5878436731bd8f6fcbbd102ecb61 100644 |
--- a/webrtc/video/video_receive_stream.h |
+++ b/webrtc/video/video_receive_stream.h |
@@ -45,7 +45,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, |