Index: talk/app/webrtc/objc/RTCFileLogger.mm |
diff --git a/talk/app/webrtc/objc/RTCFileLogger.mm b/talk/app/webrtc/objc/RTCFileLogger.mm |
index 3080ebc080ec9b13fe421afdcfb8e7930cb38891..c4e469655d1a884f67d0608b76a90d77271d0a40 100644 |
--- a/talk/app/webrtc/objc/RTCFileLogger.mm |
+++ b/talk/app/webrtc/objc/RTCFileLogger.mm |
@@ -109,7 +109,7 @@ NSUInteger const kDefaultMaxFileSize = 10 * 1024 * 1024; // 10MB. |
if (!_hasStarted) { |
return; |
} |
- DCHECK(_logSink); |
+ RTC_DCHECK(_logSink); |
rtc::LogMessage::RemoveLogToStream(_logSink.get()); |
_hasStarted = NO; |
_logSink.reset(); |