| Index: webrtc/modules/audio_device/android/audio_record_jni.h
|
| diff --git a/webrtc/modules/audio_device/android/audio_record_jni.h b/webrtc/modules/audio_device/android/audio_record_jni.h
|
| index 6a17eb3059a47d1ee712811419177442471a95e9..adf381e2d3075802d70eba21b8dd650655c265b7 100644
|
| --- a/webrtc/modules/audio_device/android/audio_record_jni.h
|
| +++ b/webrtc/modules/audio_device/android/audio_record_jni.h
|
| @@ -35,7 +35,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
|
|
|