| Index: webrtc/modules/audio_processing/aec/aec_core.h
 | 
| diff --git a/webrtc/modules/audio_processing/aec/aec_core.h b/webrtc/modules/audio_processing/aec/aec_core.h
 | 
| index ffff8cae7edf091778f53e5a42eaa6834ed20542..71f02d6a3e426dfd80b886f24b6e5f0d9ba8ba86 100644
 | 
| --- a/webrtc/modules/audio_processing/aec/aec_core.h
 | 
| +++ b/webrtc/modules/audio_processing/aec/aec_core.h
 | 
| @@ -95,7 +95,8 @@ int WebRtcAec_echo_state(AecCore* self);
 | 
|  void WebRtcAec_GetEchoStats(AecCore* self,
 | 
|                              Stats* erl,
 | 
|                              Stats* erle,
 | 
| -                            Stats* a_nlp);
 | 
| +                            Stats* a_nlp,
 | 
| +                            float* divergent_filter_fraction);
 | 
|  #ifdef WEBRTC_AEC_DEBUG_DUMP
 | 
|  void* WebRtcAec_far_time_buf(AecCore* self);
 | 
|  #endif
 | 
| 
 |