Index: webrtc/modules/audio_coding/neteq/dsp_helper.h |
diff --git a/webrtc/modules/audio_coding/neteq/dsp_helper.h b/webrtc/modules/audio_coding/neteq/dsp_helper.h |
index c40d10ad0aded485d479c1dc6b6c75bd06918c32..269c2eb0f2557e317c715f21c8298d59b499d947 100644 |
--- a/webrtc/modules/audio_coding/neteq/dsp_helper.h |
+++ b/webrtc/modules/audio_coding/neteq/dsp_helper.h |
@@ -130,7 +130,7 @@ class DspHelper { |
// Table of constants used in method DspHelper::ParabolicFit(). |
static const int16_t kParabolaCoefficients[17][3]; |
- DISALLOW_COPY_AND_ASSIGN(DspHelper); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(DspHelper); |
}; |
} // namespace webrtc |