Index: webrtc/modules/audio_processing/include/audio_processing.h |
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h |
index 2311c65e5495bb65d87a084e05c6cf55b0e8d3b2..8af5f53e1eb99135072b5592e48694e102587797 100644 |
--- a/webrtc/modules/audio_processing/include/audio_processing.h |
+++ b/webrtc/modules/audio_processing/include/audio_processing.h |
@@ -25,10 +25,10 @@ |
#include "webrtc/modules/audio_processing/beamformer/array_util.h" |
#include "webrtc/typedefs.h" |
-struct AecCore; |
- |
namespace webrtc { |
+struct AecCore; |
+ |
class AudioFrame; |
template<typename T> |