diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc index 8d93d2e..775572b 100644 --- a/chrome/browser/tab_contents/tab_contents.cc +++ b/chrome/browser/tab_contents/tab_contents.cc @@ -2037,8 +2037,7 @@ RenderViewHostDelegate::FavIcon* TabContents::GetFavIconDelegate() { return &fav_icon_helper_; } -RenderViewHostDelegate::FormFieldHistory* -TabContents::GetFormFieldHistoryDelegate() { +RenderViewHostDelegate::Autocomplete* TabContents::GetAutocompleteDelegate() { if (autocomplete_history_manager_.get() == NULL) autocomplete_history_manager_.reset(new AutocompleteHistoryManager(this)); return autocomplete_history_manager_.get(); |