Index: chrome/browser/history/in_memory_url_index.cc |
diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc |
index 256a16553c5f462a78c087f1f9b0a6f2a7dbf87d..b761164f125274e753e17ade94c8998fa45416f6 100644 |
--- a/chrome/browser/history/in_memory_url_index.cc |
+++ b/chrome/browser/history/in_memory_url_index.cc |
@@ -214,7 +214,7 @@ void InMemoryURLIndex::OnURLVisited(HistoryService* history_service, |
const URLRow& row, |
const RedirectList& redirects, |
base::Time visit_time) { |
- DCHECK(history_service_ == history_service); |
+ DCHECK_EQ(history_service_, history_service); |
needs_to_be_cached_ |= private_data_->UpdateURL(history_service_, |
row, |
languages_, |