Index: webrtc/modules/audio_processing/agc/gmm_unittest.cc |
diff --git a/webrtc/modules/audio_processing/vad/gmm_unittest.cc b/webrtc/modules/audio_processing/agc/gmm_unittest.cc |
similarity index 91% |
rename from webrtc/modules/audio_processing/vad/gmm_unittest.cc |
rename to webrtc/modules/audio_processing/agc/gmm_unittest.cc |
index f8e1bde776305e0d4562dc117ce4118952d64958..4ca658d732eee1ae0a5088ec3a3416aa8c651e0a 100644 |
--- a/webrtc/modules/audio_processing/vad/gmm_unittest.cc |
+++ b/webrtc/modules/audio_processing/agc/gmm_unittest.cc |
@@ -8,13 +8,13 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/audio_processing/vad/gmm.h" |
+#include "webrtc/modules/audio_processing/agc/gmm.h" |
#include <math.h> |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "webrtc/modules/audio_processing/vad/noise_gmm_tables.h" |
-#include "webrtc/modules/audio_processing/vad/voice_gmm_tables.h" |
+#include "webrtc/modules/audio_processing/agc/noise_gmm_tables.h" |
+#include "webrtc/modules/audio_processing/agc/voice_gmm_tables.h" |
namespace webrtc { |