| Index: webrtc/modules/audio_coding/neteq/delay_peak_detector.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/delay_peak_detector.h b/webrtc/modules/audio_coding/neteq/delay_peak_detector.h
|
| index bf8ab744a15cfdfbdbb0a6e1a38405a2c12cf385..69433b452489fe552ba48f43b1953b06a9e23058 100644
|
| --- a/webrtc/modules/audio_coding/neteq/delay_peak_detector.h
|
| +++ b/webrtc/modules/audio_coding/neteq/delay_peak_detector.h
|
| @@ -69,7 +69,7 @@ class DelayPeakDetector {
|
| int peak_detection_threshold_;
|
| int peak_period_counter_ms_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(DelayPeakDetector);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(DelayPeakDetector);
|
| };
|
|
|
| } // namespace webrtc
|
|
|