| Index: webrtc/voice_engine/shared_data.cc | 
| diff --git a/webrtc/voice_engine/shared_data.cc b/webrtc/voice_engine/shared_data.cc | 
| index 7a67561d1ee922d6985449d257b1e5c5c2fc47da..41e261bd58c773d344514520782b664069512ac9 100644 | 
| --- a/webrtc/voice_engine/shared_data.cc | 
| +++ b/webrtc/voice_engine/shared_data.cc | 
| @@ -22,9 +22,9 @@ namespace voe { | 
|  | 
| static int32_t _gInstanceCounter = 0; | 
|  | 
| -SharedData::SharedData(const Config& config) | 
| +SharedData::SharedData() | 
| : _instanceId(++_gInstanceCounter), | 
| -      _channelManager(_gInstanceCounter, config), | 
| +      _channelManager(_gInstanceCounter), | 
| _engineStatistics(_gInstanceCounter), | 
| _audioDevicePtr(NULL), | 
| _moduleProcessThreadPtr( | 
|  |