| Index: chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| index b985edd7c252a3c016d129c70c5dead838affbe7..a6068ecfcf8dcf32607a75ccf8d514e9ecdbb204 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| @@ -300,4 +300,8 @@ bool AutofillPopupLayoutModel::IsIconAtStart(int frontend_id) const {
|
| (is_credit_card_popup_ && IsIconInCreditCardPopupAtStart());
|
| }
|
|
|
| +unsigned int AutofillPopupLayoutModel::GetMargin() const {
|
| + return GetPopupMargin();
|
| +}
|
| +
|
| } // namespace autofill
|
|
|