| Index: webrtc/modules/audio_processing/aec/echo_cancellation.h
|
| diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation.h b/webrtc/modules/audio_processing/aec/echo_cancellation.h
|
| index 5c592631a82be1a33844dff7d8324092154e02a2..09047f12f1327a1f4c43aef80d3c5fdcfc0f8114 100644
|
| --- a/webrtc/modules/audio_processing/aec/echo_cancellation.h
|
| +++ b/webrtc/modules/audio_processing/aec/echo_cancellation.h
|
| @@ -15,6 +15,8 @@
|
|
|
| #include "webrtc/typedefs.h"
|
|
|
| +namespace webrtc {
|
| +
|
| // Errors
|
| #define AEC_UNSPECIFIED_ERROR 12000
|
| #define AEC_UNSUPPORTED_FUNCTION_ERROR 12001
|
| @@ -234,4 +236,6 @@ int WebRtcAec_GetDelayMetrics(void* handle,
|
| //
|
| struct AecCore* WebRtcAec_aec_core(void* handle);
|
|
|
| +} // namespace webrtc
|
| +
|
| #endif // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_H_
|
|
|