diff options
Diffstat (limited to 'base/thread_collision_warner.h')
-rw-r--r-- | base/thread_collision_warner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread_collision_warner.h b/base/thread_collision_warner.h index 6545451..4a9481d 100644 --- a/base/thread_collision_warner.h +++ b/base/thread_collision_warner.h @@ -97,7 +97,7 @@ // }; -#if !defined(NDEBUG) || defined(UNIT_TEST) +#if !defined(NDEBUG) // Defines a class member that acts like a mutex. It is used only as a // verification tool. |