| Index: sync/util/logging.h
|
| diff --git a/sync/util/logging.h b/sync/util/logging.h
|
| index e6da535e04d6d12ab24775aee700da7ba74083c7..f23d9c16f764ff71f29c1af703d7e2d5043be87d 100644
|
| --- a/sync/util/logging.h
|
| +++ b/sync/util/logging.h
|
| @@ -29,6 +29,6 @@ bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
|
| VLOG_LOC_STREAM(from_here, verbose_level), \
|
| ::logging::DEBUG_MODE && \
|
| (VLOG_IS_ON(verbose_level) || \
|
| - ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
|
| + ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
|
|
|
| #endif // SYNC_UTIL_LOGGING_H_
|
|
|