Index: chrome/browser/search_engines/template_url_service.cc |
diff --git a/chrome/browser/search_engines/template_url_service.cc b/chrome/browser/search_engines/template_url_service.cc |
index 10bb05a4e9d10dd26ffc55f7ca9d523cb1d6d135..a423f1260f0f8d7b0904cb4a728f3f4a1cc96f80 100644 |
--- a/chrome/browser/search_engines/template_url_service.cc |
+++ b/chrome/browser/search_engines/template_url_service.cc |
@@ -2374,8 +2374,6 @@ void TemplateURLService::MergeInSyncTemplateURL( |
// directly. Otherwise, modify |conflicting_turl| to make room for |
// |sync_turl|. |
if (conflicting_turl) { |
- DCHECK(conflicting_turl); |
- |
if (IsFromSync(conflicting_turl, sync_data)) { |
// |conflicting_turl| is already known to Sync, so we're not allowed to |
// remove it. In this case, we want to uniquify the worse one and send an |