summaryrefslogtreecommitdiffstats
path: root/base/leak_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/leak_tracker.h')
-rw-r--r--base/leak_tracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/leak_tracker.h b/base/leak_tracker.h
index ed3f38b..46e7b4a 100644
--- a/base/leak_tracker.h
+++ b/base/leak_tracker.h
@@ -93,7 +93,7 @@ class LeakTracker : public LinkNode<LeakTracker<T> > {
allocation_stack.OutputToStream(&LOG(ERROR));
}
- CHECK(0u == count);
+ CHECK_EQ(0u, count);
// Hack to keep |stacktraces| and |count| alive (so compiler
// doesn't optimize it out, and it will appear in mini-dumps).