| Index: webrtc/voice_engine/shared_data.h
 | 
| diff --git a/webrtc/voice_engine/shared_data.h b/webrtc/voice_engine/shared_data.h
 | 
| index d9551cf1d34db4af9b3542e00bae2c27d1743840..1d96103a9884fb74ea47526850b57ffb16706640 100644
 | 
| --- a/webrtc/voice_engine/shared_data.h
 | 
| +++ b/webrtc/voice_engine/shared_data.h
 | 
| @@ -63,7 +63,7 @@ public:
 | 
|  
 | 
|  protected:
 | 
|      const uint32_t _instanceId;
 | 
| -    mutable rtc::CriticalSection _apiCritPtr;
 | 
| +    rtc::CriticalSection _apiCritPtr;
 | 
|      ChannelManager _channelManager;
 | 
|      Statistics _engineStatistics;
 | 
|      AudioDeviceModule* _audioDevicePtr;
 | 
| 
 |