| Index: webrtc/modules/audio_processing/vad/standalone_vad.cc
 | 
| diff --git a/webrtc/modules/audio_processing/vad/standalone_vad.cc b/webrtc/modules/audio_processing/vad/standalone_vad.cc
 | 
| index 8636eb487f10f4a0e999ebd1f529900f241d07d4..95d498210dccbfe46b2642eff7450cc50e4e7b04 100644
 | 
| --- a/webrtc/modules/audio_processing/vad/standalone_vad.cc
 | 
| +++ b/webrtc/modules/audio_processing/vad/standalone_vad.cc
 | 
| @@ -10,9 +10,9 @@
 | 
|  
 | 
|  #include "webrtc/modules/audio_processing/vad/standalone_vad.h"
 | 
|  
 | 
| +#include "webrtc/audio/utility/audio_frame_operations.h"
 | 
|  #include "webrtc/base/checks.h"
 | 
|  #include "webrtc/modules/include/module_common_types.h"
 | 
| -#include "webrtc/modules/utility/include/audio_frame_operations.h"
 | 
|  #include "webrtc/typedefs.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
| 
 |