diff options
Diffstat (limited to 'chrome/browser/search_engines/template_url_model.cc')
-rw-r--r-- | chrome/browser/search_engines/template_url_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_model.cc b/chrome/browser/search_engines/template_url_model.cc index f42f164..0d7bc58 100644 --- a/chrome/browser/search_engines/template_url_model.cc +++ b/chrome/browser/search_engines/template_url_model.cc @@ -988,7 +988,7 @@ bool TemplateURLModel::BuildQueryTerms(const GURL& url, // this as if the term doesn't occur by setting the value to an empty // string. (*query_terms)[key_string] = std::string(); - DCHECK (valid_term_count > 0); + DCHECK(valid_term_count > 0); valid_term_count--; } } else { |