Index: webrtc/modules/audio_coding/neteq/expand.h |
diff --git a/webrtc/modules/audio_coding/neteq/expand.h b/webrtc/modules/audio_coding/neteq/expand.h |
index 37e58d6facb81b0e7891cdd62b9a4277ab9ab6e1..25c8c21bdbdc8d0ca935a316e6766707afee9a00 100644 |
--- a/webrtc/modules/audio_coding/neteq/expand.h |
+++ b/webrtc/modules/audio_coding/neteq/expand.h |
@@ -140,7 +140,7 @@ class Expand { |
size_t expand_duration_samples_; |
rtc::scoped_ptr<ChannelParameters[]> channel_parameters_; |
- DISALLOW_COPY_AND_ASSIGN(Expand); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(Expand); |
}; |
struct ExpandFactory { |