Index: webrtc/common.h |
diff --git a/webrtc/common.h b/webrtc/common.h |
index e33d3efe07dc83f2c85518e0713be81510e86163..58aba517e91d2f0bf4f22fb6310e2f886aa885a2 100644 |
--- a/webrtc/common.h |
+++ b/webrtc/common.h |
@@ -32,7 +32,7 @@ enum class ConfigOptionID { |
kExperimentalNs, |
kBeamforming, |
kIntelligibility, |
- kNextGenerationAec |
+ kEchoCanceller3 |
}; |
// Class Config is designed to ease passing a set of options across webrtc code. |