Index: webrtc/modules/audio_device/linux/audio_device_pulse_linux.h |
diff --git a/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h b/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h |
index 418dd3d2879a4cde52580c97dca8afa4e4ad4e77..495a7ebd35b035b8d96bd4c339ec84b8673cf7c1 100644 |
--- a/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h |
+++ b/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h |
@@ -304,7 +304,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_; |
bool _initialized; |