Index: webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h |
diff --git a/webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h b/webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h |
index 9fa77b09922af5e9dc29c9767513fb97d9d5d22d..4dd515714d6fc2b0990eaace558c4c4107693b7d 100644 |
--- a/webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h |
+++ b/webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h |
@@ -43,7 +43,7 @@ class AudioDecoderOpus : public AudioDecoder { |
private: |
OpusDecInst* dec_state_; |
const size_t channels_; |
- DISALLOW_COPY_AND_ASSIGN(AudioDecoderOpus); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderOpus); |
}; |
} // namespace webrtc |