| Index: webrtc/modules/audio_coding/codecs/ilbc/defines.h
 | 
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/defines.h b/webrtc/modules/audio_coding/codecs/ilbc/defines.h
 | 
| index 5fcd4a01e48e531c7546cc593d90f1ef46e4d36e..2faaea15fc3606002f10b4f371079a56fb874128 100644
 | 
| --- a/webrtc/modules/audio_coding/codecs/ilbc/defines.h
 | 
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/defines.h
 | 
| @@ -213,7 +213,7 @@ typedef struct IlbcDecoder_ {
 | 
|    /* enhancer state information */
 | 
|    int use_enhancer;
 | 
|    int16_t enh_buf[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD];
 | 
| -  int16_t enh_period[ENH_NBLOCKS_TOT];
 | 
| +  size_t enh_period[ENH_NBLOCKS_TOT];
 | 
|  
 | 
|  } IlbcDecoder;
 | 
|  
 | 
| 
 |