Index: webrtc/modules/audio_device/android/opensles_player.h |
diff --git a/webrtc/modules/audio_device/android/opensles_player.h b/webrtc/modules/audio_device/android/opensles_player.h |
index 79cc6f4df87c5ad635adc49db0c4bfeec1897cab..d96388b6b535748c364d5e7346ea9fee382a8984 100644 |
--- a/webrtc/modules/audio_device/android/opensles_player.h |
+++ b/webrtc/modules/audio_device/android/opensles_player.h |
@@ -33,7 +33,7 @@ class FineAudioBuffer; |
// |
// An instance must be created and destroyed on one and the same thread. |
// All public methods must also be called on the same thread. A thread checker |
-// will DCHECK if any method is called on an invalid thread. Decoded audio |
+// will RTC_DCHECK if any method is called on an invalid thread. Decoded audio |
// buffers are requested on a dedicated internal thread managed by the OpenSL |
// ES layer. |
// |