| Index: base/tracked_objects.h
|
| diff --git a/base/tracked_objects.h b/base/tracked_objects.h
|
| index eb38df6b8d675d372bb9bce4803d99fed825e856..249b6caa00be95f0c187e24deadc6bbb4f3cfa74 100644
|
| --- a/base/tracked_objects.h
|
| +++ b/base/tracked_objects.h
|
| @@ -749,7 +749,7 @@ class BASE_EXPORT TaskStopwatch {
|
| // duration of this stopwatch.
|
| TaskStopwatch* parent_;
|
|
|
| -#if DCHECK_IS_ON
|
| +#if !DCHECK_IS_OFF
|
| // State of the stopwatch. Stopwatch is first constructed in a created state
|
| // state, then is optionally started/stopped, then destructed.
|
| enum { CREATED, RUNNING, STOPPED } state_;
|
|
|