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