Index: chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
diff --git a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
index 44bee23d08ed80c421b03c5404961a36f60f19e7..7c876ab81bbeffbf57ec21b6b6f104db633ea48d 100644 |
--- a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
+++ b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
@@ -313,7 +313,8 @@ scoped_ptr<base::ListValue> GetReadableFeedbackForSnapshot( |
if (dse) { |
AddPair(list.get(), |
l10n_util::GetStringUTF16(IDS_RESET_PROFILE_SETTINGS_DSE), |
- TemplateURLService::GenerateSearchURL(dse).host()); |
+ TemplateURLService::GenerateSearchURL( |
+ dse, service->search_terms_data()).host()); |
} |
if (snapshot.shortcuts_determined()) { |