Index: webrtc/modules/audio_processing/echo_cancellation_impl.h |
diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl.h b/webrtc/modules/audio_processing/echo_cancellation_impl.h |
index cf3ebf61afc1be4c764fdcd2072cbd2c91116add..9c2b32c473bb6743d116a513b223aa23bcecb0a3 100644 |
--- a/webrtc/modules/audio_processing/echo_cancellation_impl.h |
+++ b/webrtc/modules/audio_processing/echo_cancellation_impl.h |
@@ -75,7 +75,7 @@ class EchoCancellationImpl : public EchoCancellation, |
bool stream_has_echo_; |
bool delay_logging_enabled_; |
bool extended_filter_enabled_; |
- bool reported_delay_enabled_; |
+ bool delay_agnostic_enabled_; |
}; |
} // namespace webrtc |