| Index: webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.cc b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| index f4ace1b16004318694c7d825bb9306dd4405d17e..7858e846f6179ae3443a53b0de07faac01ec3048 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| @@ -935,7 +935,7 @@
|
| static_cast<uint32_t>(output_size_samples_));
|
| // Skipping break on purpose. Execution should move on into the
|
| // next case.
|
| - RTC_FALLTHROUGH();
|
| + FALLTHROUGH();
|
| }
|
| case kAudioRepetition: {
|
| // TODO(hlundin): Write test for this.
|
|
|