| Index: webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
 | 
| diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h b/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
 | 
| index 0f71e5df06b24479e1b015521a15939231132c5b..383b43ac0c5d7a6068ce3b95b5ddf3482555f516 100644
 | 
| --- a/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
 | 
| +++ b/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
 | 
| @@ -11,6 +11,8 @@
 | 
|  #ifndef WEBRTC_MODULES_AUDIO_CODING_NETEQ_TOOLS_NETEQ_EXTERNAL_DECODER_TEST_H_
 | 
|  #define WEBRTC_MODULES_AUDIO_CODING_NETEQ_TOOLS_NETEQ_EXTERNAL_DECODER_TEST_H_
 | 
|  
 | 
| +#include <string>
 | 
| +
 | 
|  #include "webrtc/base/scoped_ptr.h"
 | 
|  #include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
 | 
|  #include "webrtc/modules/audio_coding/neteq/include/neteq.h"
 | 
| @@ -49,6 +51,7 @@ class NetEqExternalDecoderTest {
 | 
|  
 | 
|   private:
 | 
|    NetEqDecoder codec_;
 | 
| +  std::string name_ = "dummy name";
 | 
|    AudioDecoder* decoder_;
 | 
|    int sample_rate_hz_;
 | 
|    int channels_;
 | 
| 
 |