| Index: chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate_gtk.h b/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| index aada4f088a1706af2079bb866437a346bca33668..4026e62593152886687d68240561f7d2934c0049 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| +++ b/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| @@ -38,8 +38,7 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
|
| 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) OVERRIDE;
|
| + const std::vector<int>& autofill_unique_ids) OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
|
|
| private:
|
|
|