| Index: chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| diff --git a/chrome/browser/autofill/autofill_popup_view_browsertest.cc b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| index 635dc35db96cce4a6685986d9ff29e5b72dd061d..312aff01438340a2c572bb972340d4297dad78fd 100644
|
| --- a/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| +++ b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| @@ -29,7 +29,7 @@ class MockAutofillExternalDelegate : public TestAutofillExternalDelegate {
|
| MockAutofillExternalDelegate() : TestAutofillExternalDelegate(NULL, NULL) {}
|
| ~MockAutofillExternalDelegate() {}
|
|
|
| - virtual void SelectAutofillSuggestionAtIndex(int unique_id, int list_index)
|
| + virtual void SelectAutofillSuggestionAtIndex(int unique_id)
|
| OVERRIDE {}
|
| };
|
|
|
| @@ -49,6 +49,8 @@ class TestAutofillPopupView : public AutofillPopupView {
|
| virtual void HideInternal() OVERRIDE {}
|
|
|
| virtual void InvalidateRow(size_t row) OVERRIDE {}
|
| +
|
| + virtual void ResizePopup() OVERRIDE {}
|
| };
|
|
|
| } // namespace
|
|
|