summaryrefslogtreecommitdiffstats
path: root/base/logging_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/logging_unittest.cc')
-rw-r--r--base/logging_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/logging_unittest.cc b/base/logging_unittest.cc
index 08d7830..c434129 100644
--- a/base/logging_unittest.cc
+++ b/base/logging_unittest.cc
@@ -210,7 +210,7 @@ TEST_F(LoggingTest, DcheckStreamsAreLazy) {
}
TEST_F(LoggingTest, Dcheck) {
-#if defined(LOGGING_IS_OFFICIAL_BUILD)
+#if LOGGING_IS_OFFICIAL_BUILD
// Official build.
EXPECT_FALSE(DCHECK_IS_ON());
EXPECT_FALSE(DLOG_IS_ON(DCHECK));