Index: webrtc/modules/audio_processing/aec/aec_resampler.cc |
diff --git a/webrtc/modules/audio_processing/aec/aec_resampler.cc b/webrtc/modules/audio_processing/aec/aec_resampler.cc |
index 8528fa65e385609f4dfaa39207c5edce55bd0d8c..cc9046bd43a78e721939695d75324577f826e515 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_resampler.cc |
+++ b/webrtc/modules/audio_processing/aec/aec_resampler.cc |
@@ -21,6 +21,8 @@ |
#include "webrtc/modules/audio_processing/aec/aec_core.h" |
+namespace webrtc { |
+ |
enum { kEstimateLengthFrames = 400 }; |
typedef struct { |
@@ -202,3 +204,4 @@ int EstimateSkew(const int* rawSkew, |
*skewEst = skew; |
return 0; |
} |
+} // namespace webrtc |