Index: webrtc/modules/audio_device/android/audio_track_jni.h |
diff --git a/webrtc/modules/audio_device/android/audio_track_jni.h b/webrtc/modules/audio_device/android/audio_track_jni.h |
index 058bd8d56ac4c5f279731cc418cedbfee894e40e..43bfcad657c0d4a22ca0b39bff24f4115e76febb 100644 |
--- a/webrtc/modules/audio_device/android/audio_track_jni.h |
+++ b/webrtc/modules/audio_device/android/audio_track_jni.h |
@@ -31,7 +31,7 @@ namespace webrtc { |
// |
// 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. |
+// will RTC_DCHECK if any method is called on an invalid thread. |
// |
// This class uses AttachCurrentThreadIfNeeded to attach to a Java VM if needed |
// and detach when the object goes out of scope. Additional thread checking |