Index: base/mac/mac_logging.h |
diff --git a/base/mac/mac_logging.h b/base/mac/mac_logging.h |
index 9a0003e9ad811a44c08d57de3ec622b9584eefa2..ecd9b6b0a0a10af7ad3c4fa4218309530c88f4bc 100644 |
--- a/base/mac/mac_logging.h |
+++ b/base/mac/mac_logging.h |
@@ -81,7 +81,7 @@ class BASE_EXPORT OSStatusLogMessage : public logging::LogMessage { |
#define OSSTATUS_DCHECK(condition, status) \ |
LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), \ |
- DCHECK_IS_ON() && !(condition)) \ |
+ DCHECK_IS_ON && !(condition)) \ |
<< "Check failed: " # condition << ". " |
#endif // BASE_MAC_MAC_LOGGING_H_ |