| Index: webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| index 817b697bcf25bed46e039c4c0e71f26a50c75144..02adcd35e96344b4ecdfc6b20cbc410a3f6afe60 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -338,7 +338,7 @@ class NetEqImpl : public webrtc::NetEq {
|
| // Creates DecisionLogic object with the mode given by |playout_mode_|.
|
| virtual void CreateDecisionLogic() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
|
|
| - mutable rtc::CriticalSection crit_sect_;
|
| + rtc::CriticalSection crit_sect_;
|
| const rtc::scoped_ptr<BufferLevelFilter> buffer_level_filter_
|
| GUARDED_BY(crit_sect_);
|
| const rtc::scoped_ptr<DecoderDatabase> decoder_database_
|
|
|