Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h

Issue 2678423005: Finalization of the first version of EchoCanceller 3 (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h
diff --git a/webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h b/webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h
index 3b17dbe2fea25363504f4bb62c05ded1085655f6..93c8e0d1c938ae7c82f25a0257f9147366fb2750 100644
--- a/webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h
+++ b/webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h
@@ -13,7 +13,7 @@
#include <vector>
-#include "webrtc/modules/audio_processing/aec3/aec3_constants.h"
+#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
#include "webrtc/modules/audio_processing/aec3/render_delay_buffer.h"
#include "webrtc/test/gmock.h"

Powered by Google App Engine