| Index: webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h b/webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h
|
| index 767f66c797843e06f24650205a9110c6fd0a85b3..36d902ad3fa20911cd4698baed467de13bb9ae9e 100644
|
| --- a/webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h
|
| +++ b/webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h
|
| @@ -48,7 +48,7 @@ class DtmfToneGenerator {
|
| int16_t sample_history1_[2]; // Last 2 samples for the 1st oscillator.
|
| int16_t sample_history2_[2]; // Last 2 samples for the 2nd oscillator.
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(DtmfToneGenerator);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(DtmfToneGenerator);
|
| };
|
|
|
| } // namespace webrtc
|
|
|