Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4582)

Unified Diff: chrome/browser/visitedlink_master.h

Issue 42235: Make debug check in visitedlink_master.h more informative (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/visitedlink_master.h
diff --git a/chrome/browser/visitedlink_master.h b/chrome/browser/visitedlink_master.h
index e1c4fb425ba141f3afead2d6416fce6abb3a101c..972ce8d748c149aaa63a16ce7a0da7e15252d816 100644
--- a/chrome/browser/visitedlink_master.h
+++ b/chrome/browser/visitedlink_master.h
@@ -392,7 +392,7 @@ inline void VisitedLinkMaster::DebugValidate() {
if (hash_table_[i])
used_count++;
}
- DCHECK(used_count == used_items_);
+ DCHECK_EQ(used_count, used_items_);
}
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698