| Index: chrome/browser/importer/profile_writer.cc
|
| diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc
|
| index eb3b659e35a3cda88a6b05716c1ce9b20840243c..6c4dc56b8ddcbc84d11306a2ed58e111ab9b239e 100644
|
| --- a/chrome/browser/importer/profile_writer.cc
|
| +++ b/chrome/browser/importer/profile_writer.cc
|
| @@ -262,8 +262,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();
|
| }
|
|
|