Index: webrtc/modules/audio_coding/codecs/audio_decoder.h |
diff --git a/webrtc/modules/audio_coding/codecs/audio_decoder.h b/webrtc/modules/audio_coding/codecs/audio_decoder.h |
index 5e9e33d47ba69a24e85b8dfa72eb348339b9d1e5..556268c3f2fcebef7a86f5ed6ec8513119ff9fb4 100644 |
--- a/webrtc/modules/audio_coding/codecs/audio_decoder.h |
+++ b/webrtc/modules/audio_coding/codecs/audio_decoder.h |
@@ -115,7 +115,7 @@ class AudioDecoder { |
SpeechType* speech_type); |
private: |
- DISALLOW_COPY_AND_ASSIGN(AudioDecoder); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoder); |
}; |
} // namespace webrtc |