Index: chrome/browser/search_engines/template_url.h |
=================================================================== |
--- chrome/browser/search_engines/template_url.h (revision 18266) |
+++ chrome/browser/search_engines/template_url.h (working copy) |
@@ -63,7 +63,7 @@ |
// returns false), an empty string is returned. |
// |
// The TemplateURL is used to determine the input encoding for the term. |
- GURL ReplaceSearchTerms( |
+ std::wstring ReplaceSearchTerms( |
const TemplateURL& host, |
const std::wstring& terms, |
int accepted_suggestion, |