| Index: talk/app/webrtc/objc/public/RTCLogging.h
 | 
| diff --git a/talk/app/webrtc/objc/public/RTCLogging.h b/talk/app/webrtc/objc/public/RTCLogging.h
 | 
| index 5fb3ef00770ec2c7747de273b18ddee916254592..bcd160d921292c36a903f586071750ba8a665dc8 100644
 | 
| --- a/talk/app/webrtc/objc/public/RTCLogging.h
 | 
| +++ b/talk/app/webrtc/objc/public/RTCLogging.h
 | 
| @@ -81,7 +81,7 @@ extern NSString* RTCFileName(const char* filePath);
 | 
|  #define RTCLogError(format, ...)                                  \
 | 
|    RTCLogFormat(kRTCLoggingSeverityError, format, ##__VA_ARGS__)   \
 | 
|  
 | 
| -#ifdef _DEBUG
 | 
| +#if !defined(NDEBUG)
 | 
|  #define RTCLogDebug(format, ...) RTCLogInfo(format, ##__VA_ARGS__)
 | 
|  #else
 | 
|  #define RTCLogDebug(format, ...) \
 | 
| 
 |