Index: webrtc/modules/audio_processing/agc/standalone_vad.h |
diff --git a/webrtc/modules/audio_processing/vad/standalone_vad.h b/webrtc/modules/audio_processing/agc/standalone_vad.h |
similarity index 97% |
rename from webrtc/modules/audio_processing/vad/standalone_vad.h |
rename to webrtc/modules/audio_processing/agc/standalone_vad.h |
index 4017a72c60f4b5d7be2e852019ecb43fddcc5cad..3cace01286ea620198f31608733c356636876e11 100644 |
--- a/webrtc/modules/audio_processing/vad/standalone_vad.h |
+++ b/webrtc/modules/audio_processing/agc/standalone_vad.h |
@@ -12,8 +12,8 @@ |
#define WEBRTC_MODULES_AUDIO_PROCESSING_AGC_STANDALONE_VAD_H_ |
#include "webrtc/base/scoped_ptr.h" |
-#include "webrtc/modules/audio_processing/vad/common.h" |
#include "webrtc/common_audio/vad/include/webrtc_vad.h" |
+#include "webrtc/modules/audio_processing/agc/common.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |