Index: webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
diff --git a/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc b/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
index f012e00f295612596f79e42f4c41c662f5778fd6..f53a92519c8c47f3e11ff927a01d885024dd5fc8 100644 |
--- a/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
+++ b/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
@@ -15,11 +15,11 @@ |
#include "webrtc/base/checks.h" |
#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/logging.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/fft_data.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
namespace webrtc { |
namespace { |