| Index: chrome/browser/autofill/autofill_external_delegate_gtk.cc
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate_gtk.cc b/chrome/browser/autofill/autofill_external_delegate_gtk.cc
|
| index e140d3b5ac292157c90ba500f7fde50b98af71ab..89d21074327ebab2dcb9feb0e5264d4c8c23fdd3 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate_gtk.cc
|
| +++ b/chrome/browser/autofill/autofill_external_delegate_gtk.cc
|
| @@ -52,13 +52,11 @@ void AutofillExternalDelegateGtk::ApplyAutofillSuggestions(
|
| const std::vector<string16>& autofill_values,
|
| const std::vector<string16>& autofill_labels,
|
| const std::vector<string16>& autofill_icons,
|
| - const std::vector<int>& autofill_unique_ids,
|
| - int separator_index) {
|
| + const std::vector<int>& autofill_unique_ids) {
|
| view_->Show(autofill_values,
|
| autofill_labels,
|
| autofill_icons,
|
| - autofill_unique_ids,
|
| - separator_index);
|
| + autofill_unique_ids);
|
| }
|
|
|
| void AutofillExternalDelegateGtk::SetBounds(const gfx::Rect& bounds) {
|
|
|