| Index: components/sync/base/logging.h
|
| diff --git a/components/sync/base/logging.h b/components/sync/base/logging.h
|
| index 5dd9d4fbfe2d9b34aaa32422dfd5dc8d1658e82d..ee9a4c38634938d91f914013c6f29188e92e572d 100644
|
| --- a/components/sync/base/logging.h
|
| +++ b/components/sync/base/logging.h
|
| @@ -27,7 +27,7 @@ bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
|
|
|
| #define DVLOG_LOC(from_here, verbose_level) \
|
| LAZY_STREAM(VLOG_LOC_STREAM(from_here, verbose_level), \
|
| - ::logging::DEBUG_MODE && \
|
| + DCHECK_IS_ON() && \
|
| (VLOG_IS_ON(verbose_level) || \
|
| ::syncer::VlogIsOnForLocation(from_here, verbose_level)))
|
|
|
|
|