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 c2e8a09b6c289c3b2ae51d8758442ce4a3981d88..5c592631a82be1a33844dff7d8324092154e02a2 100644 |
--- a/webrtc/modules/audio_processing/aec/echo_cancellation.h |
+++ b/webrtc/modules/audio_processing/aec/echo_cancellation.h |
@@ -53,10 +53,6 @@ typedef struct { |
struct AecCore; |
-#ifdef __cplusplus |
-extern "C" { |
-#endif |
- |
/* |
* Allocates the memory needed by the AEC. The memory needs to be initialized |
* separately using the WebRtcAec_Init() function. Returns a pointer to the |
@@ -238,7 +234,4 @@ int WebRtcAec_GetDelayMetrics(void* handle, |
// |
struct AecCore* WebRtcAec_aec_core(void* handle); |
-#ifdef __cplusplus |
-} |
-#endif |
#endif // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_H_ |