Index: webrtc/modules/audio_coding/neteq/preemptive_expand.h |
diff --git a/webrtc/modules/audio_coding/neteq/preemptive_expand.h b/webrtc/modules/audio_coding/neteq/preemptive_expand.h |
index ca48e197872fc8003301a5a933214ed7c7c4aaa0..c4c236080c0f78abb52c12d76ff55f341dff8e51 100644 |
--- a/webrtc/modules/audio_coding/neteq/preemptive_expand.h |
+++ b/webrtc/modules/audio_coding/neteq/preemptive_expand.h |
@@ -70,7 +70,7 @@ class PreemptiveExpand : public TimeStretch { |
size_t old_data_length_per_channel_; |
size_t overlap_samples_; |
- DISALLOW_COPY_AND_ASSIGN(PreemptiveExpand); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(PreemptiveExpand); |
}; |
struct PreemptiveExpandFactory { |