| Index: chrome/browser/search_engines/template_url_model.cc
|
| diff --git a/chrome/browser/search_engines/template_url_model.cc b/chrome/browser/search_engines/template_url_model.cc
|
| index f42f1645336c4a4be00608ede298e3adbac660fe..0d7bc5892471965d415534d8ca5bbd667f4883bd 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 {
|
|
|