| Index: chrome/browser/search_engines/template_url.cc | 
| diff --git a/chrome/browser/search_engines/template_url.cc b/chrome/browser/search_engines/template_url.cc | 
| index ada51cc490d01c4c0975fcef06da094357e63c32..378b58bae013344763fe9e44607a90b9ce4a46b8 100644 | 
| --- a/chrome/browser/search_engines/template_url.cc | 
| +++ b/chrome/browser/search_engines/template_url.cc | 
| @@ -213,12 +213,10 @@ std::string TemplateURLRef::ReplaceSearchTermsUsingTermsData( | 
| // to happen so that we replace the RLZ template with the | 
| // empty string.  (If we don't handle this case, we hit a | 
| // NOTREACHED below.) | 
| -#if defined(ENABLE_RLZ) | 
| string16 rlz_string = search_terms_data.GetRlzParameterValue(); | 
| if (!rlz_string.empty()) { | 
| url.insert(i->index, "rlz=" + UTF16ToUTF8(rlz_string) + "&"); | 
| } | 
| -#endif | 
| break; | 
| } | 
|  | 
|  |