Index: webrtc/modules/audio_device/android/opensles_common.h |
diff --git a/webrtc/modules/audio_device/android/opensles_common.h b/webrtc/modules/audio_device/android/opensles_common.h |
index 75e4ff4b71998169faec87ebf3c451742af899b1..a4487b095c8e354e0b5406634179147017da251d 100644 |
--- a/webrtc/modules/audio_device/android/opensles_common.h |
+++ b/webrtc/modules/audio_device/android/opensles_common.h |
@@ -28,7 +28,7 @@ class ScopedSLObject { |
~ScopedSLObject() { Reset(); } |
SLType* Receive() { |
- DCHECK(!obj_); |
+ RTC_DCHECK(!obj_); |
return &obj_; |
} |