| Index: base/metrics/histogram.h
|
| diff --git a/base/metrics/histogram.h b/base/metrics/histogram.h
|
| index 02f3ac41c9869de662b8301201d7686637a740b4..b795a12dbd178287016a9e01a5a15de4775689c8 100644
|
| --- a/base/metrics/histogram.h
|
| +++ b/base/metrics/histogram.h
|
| @@ -155,7 +155,7 @@ class Lock;
|
| base::subtle::Release_Store(&atomic_histogram_pointer, \
|
| reinterpret_cast<base::subtle::AtomicWord>(histogram_pointer)); \
|
| } \
|
| - if (DCHECK_IS_ON()) \
|
| + if (DCHECK_IS_ON) \
|
| histogram_pointer->CheckName(constant_histogram_name); \
|
| histogram_pointer->histogram_add_method_invocation; \
|
| } while (0)
|
|
|