Index: webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h |
diff --git a/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h b/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h |
index 85676319bd65fef0949f2b4edf1a76c8839b76a5..cb3d6329833d30fffdface2a267fe32b84b64f37 100644 |
--- a/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h |
+++ b/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h |
@@ -111,7 +111,7 @@ private: |
// Stores thread ID in constructor. |
// We can then use ThreadChecker::CalledOnValidThread() to ensure that |
// other methods are called from the same thread. |
- // Currently only does DCHECK(thread_checker_.CalledOnValidThread()). |
+ // Currently only does RTC_DCHECK(thread_checker_.CalledOnValidThread()). |
rtc::ThreadChecker thread_checker_; |
}; |