| 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 a481c95c2d0f6a129a48c37d7e2b4500209fa565..23b09a7625c0d69902658be173a7c6fb0ab25cab 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| @@ -297,4 +297,8 @@ bool AutofillPopupLayoutModel::IsIconAtStart(int frontend_id) const {
|
| (is_credit_card_popup_ && IsIconInCreditCardPopupAtStart());
|
| }
|
|
|
| +unsigned int AutofillPopupLayoutModel::GetMargin() const {
|
| + return GetPopupMargin();
|
| +}
|
| +
|
| } // namespace autofill
|
|
|