Chromium Code Reviews| 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..67a1e9c19c26c9bbe495121201582441bdfc9058 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( |
|
Peter Kasting
2012/06/16 03:14:17
Nit: This may fit on the prior line
Bart N
2012/06/16 23:38:10
Not anymore.
|
| + SearchTermsArgs(ASCIIToUTF16("x"))))); |
| } |
| return std::string(); |
| } |