| 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..ddcdee17921e0b337c582f8945a869b93e9f1a2d 100644
|
| --- a/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| +++ b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
|
| @@ -49,6 +49,8 @@ class TestAutofillPopupView : public AutofillPopupView {
|
| virtual void HideInternal() OVERRIDE {}
|
|
|
| virtual void InvalidateRow(size_t row) OVERRIDE {}
|
| +
|
| + virtual void ResizePopup() OVERRIDE {}
|
| };
|
|
|
| } // namespace
|
|
|