| Index: webrtc/modules/audio_coding/neteq/time_stretch.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/time_stretch.h b/webrtc/modules/audio_coding/neteq/time_stretch.h
|
| index 14383d8dd73494d303be5d4bceba1e273ec4c2f9..00a141508b684ca1f3bb0f8691b9ff2441cfdb76 100644
|
| --- a/webrtc/modules/audio_coding/neteq/time_stretch.h
|
| +++ b/webrtc/modules/audio_coding/neteq/time_stretch.h
|
| @@ -109,7 +109,7 @@ class TimeStretch {
|
| bool SpeechDetection(int32_t vec1_energy, int32_t vec2_energy,
|
| size_t peak_index, int scaling) const;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(TimeStretch);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(TimeStretch);
|
| };
|
|
|
| } // namespace webrtc
|
|
|