Index: webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc |
diff --git a/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc b/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc |
index 3d2c71fb2dbef38993eef42054aa2b27db9e6f23..59805597d1775a09e7cfc628b77797ca7404b42c 100644 |
--- a/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc |
+++ b/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc |
@@ -198,8 +198,8 @@ struct TestConfig { |
AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec, |
AecType::BasicWebRtcAecSettingsWithAecMobile}; |
for (auto test_config : in) { |
- for (auto aec_type : aec_types) { |
- test_config.aec_type = aec_type; |
+ for (auto aec_type_i : aec_types) { |
+ test_config.aec_type = aec_type_i; |
tlegrand-webrtc
2016/01/27 12:39:43
Is this needed because TestConfig has a "member" w
|
out.push_back(test_config); |
} |
} |