| Index: chrome/browser/autocomplete_history_manager.cc
|
| diff --git a/chrome/browser/autocomplete_history_manager.cc b/chrome/browser/autocomplete_history_manager.cc
|
| index 7626f9c3ee9e5c975c5daac357335271e45e97fb..e5d96a79d503d830a4786aa3793197c3aa94fd97 100644
|
| --- a/chrome/browser/autocomplete_history_manager.cc
|
| +++ b/chrome/browser/autocomplete_history_manager.cc
|
| @@ -123,8 +123,7 @@ void AutocompleteHistoryManager::StoreFormEntriesInWebDatabase(
|
| values.push_back(*iter);
|
| }
|
|
|
| - profile()->GetWebDataService(Profile::EXPLICIT_ACCESS)->
|
| - AddFormFieldValues(values);
|
| + profile()->GetWebDataService(Profile::EXPLICIT_ACCESS)->AddFormFields(values);
|
| }
|
|
|
| void AutocompleteHistoryManager::SendSuggestions(const WDTypedResult* result) {
|
|
|