| Index: chrome/browser/importer/profile_writer.cc
|
| diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc
|
| index 18a5201c97d0a9829e7b2faf8586bca81d2fd9fc..33f437457f359833b384d8ca08e9703a3601fe55 100644
|
| --- a/chrome/browser/importer/profile_writer.cc
|
| +++ b/chrome/browser/importer/profile_writer.cc
|
| @@ -263,8 +263,8 @@ static std::string BuildHostPathKey(const TemplateURL* t_url,
|
|
|
| if (t_url->url_ref().SupportsReplacement()) {
|
| return HostPathKeyForURL(GURL(
|
| - t_url->url_ref().ReplaceSearchTerms(ASCIIToUTF16("x"),
|
| - TemplateURLRef::NO_SUGGESTIONS_AVAILABLE, string16())));
|
| + t_url->url_ref().ReplaceSearchTerms(
|
| + TemplateURLRef::SearchTermsArgs(ASCIIToUTF16("x")))));
|
| }
|
| return std::string();
|
| }
|
|
|