Index: webrtc/common_audio/resampler/push_sinc_resampler.h |
diff --git a/webrtc/common_audio/resampler/push_sinc_resampler.h b/webrtc/common_audio/resampler/push_sinc_resampler.h |
index 4307451113bbae88c04b6111e150b07cdc74cd6f..cefc62aa2a9eb27a78530e8364f7f4be847baefd 100644 |
--- a/webrtc/common_audio/resampler/push_sinc_resampler.h |
+++ b/webrtc/common_audio/resampler/push_sinc_resampler.h |
@@ -68,7 +68,7 @@ class PushSincResampler : public SincResamplerCallback { |
// Used to assert we are only requested for as much data as is available. |
size_t source_available_; |
- DISALLOW_COPY_AND_ASSIGN(PushSincResampler); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(PushSincResampler); |
}; |
} // namespace webrtc |