Index: webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc |
diff --git a/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc b/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc |
index af0778bc225cf4e86d433811f089ae9c627ec0be..164d237b2754096021412c9ac0846614de63c12f 100644 |
--- a/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc |
+++ b/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc |
@@ -16,13 +16,13 @@ |
#include <string> |
#include <vector> |
+#include "webrtc/base/random.h" |
#include "webrtc/modules/audio_processing/aec3/aec3_common.h" |
#include "webrtc/modules/audio_processing/aec3/block_processor.h" |
#include "webrtc/modules/audio_processing/aec3/decimator_by_4.h" |
#include "webrtc/modules/audio_processing/aec3/render_delay_buffer.h" |
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h" |
#include "webrtc/modules/audio_processing/test/echo_canceller_test_tools.h" |
-#include "webrtc/rtc_base/random.h" |
#include "webrtc/test/gtest.h" |
namespace webrtc { |