| Index: webrtc/modules/audio_device/android/audio_record_jni.h
 | 
| diff --git a/webrtc/modules/audio_device/android/audio_record_jni.h b/webrtc/modules/audio_device/android/audio_record_jni.h
 | 
| index efd516425a2fe669b6eee45fc6bc1450cc3b995f..a84718078d826ebdb705de25d20a48a7f3000a62 100644
 | 
| --- a/webrtc/modules/audio_device/android/audio_record_jni.h
 | 
| +++ b/webrtc/modules/audio_device/android/audio_record_jni.h
 | 
| @@ -17,8 +17,8 @@
 | 
|  #include "webrtc/modules/audio_device/android/audio_manager.h"
 | 
|  #include "webrtc/modules/audio_device/include/audio_device_defines.h"
 | 
|  #include "webrtc/modules/audio_device/audio_device_generic.h"
 | 
| -#include "webrtc/modules/utility/interface/helpers_android.h"
 | 
| -#include "webrtc/modules/utility/interface/jvm_android.h"
 | 
| +#include "webrtc/modules/utility/include/helpers_android.h"
 | 
| +#include "webrtc/modules/utility/include/jvm_android.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
|  
 | 
| 
 |