| Index: webrtc/test/fake_audio_device.h
|
| diff --git a/webrtc/test/fake_audio_device.h b/webrtc/test/fake_audio_device.h
|
| index 7ca657bbb688396a0e0f03856a8234f527e473ef..ce480c1554dac7038d1b3c6cedb57dd1b9649732 100644
|
| --- a/webrtc/test/fake_audio_device.h
|
| +++ b/webrtc/test/fake_audio_device.h
|
| @@ -58,7 +58,7 @@ class FakeAudioDevice : public FakeAudioDeviceModule {
|
|
|
| Clock* clock_;
|
| rtc::scoped_ptr<EventTimerWrapper> tick_;
|
| - mutable rtc::CriticalSection lock_;
|
| + rtc::CriticalSection lock_;
|
| rtc::PlatformThread thread_;
|
| rtc::scoped_ptr<ModuleFileUtility> file_utility_;
|
| rtc::scoped_ptr<FileWrapper> input_stream_;
|
|
|