| Index: webrtc/call/flexfec_receive_stream.h
|
| diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h
|
| index 19bb9f873bcf97fa061770468dc16d216c6d7560..4f7aee0a76f9d3474e39fbd0fee026efb37717c3 100644
|
| --- a/webrtc/call/flexfec_receive_stream.h
|
| +++ b/webrtc/call/flexfec_receive_stream.h
|
| @@ -42,7 +42,7 @@ class FlexfecReceiveStream : public webrtc::FlexfecReceiveStream {
|
| rtc::CriticalSection crit_;
|
| bool started_ GUARDED_BY(crit_);
|
|
|
| - Config config_;
|
| + const Config config_;
|
| const std::unique_ptr<FlexfecReceiver> receiver_;
|
| };
|
|
|
|
|