| Index: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| index ce2f05543b45340143fa6b7fc84b5c38681e9af9..a6ef0406f1470abf07411f11d52bf338f4b68616 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| @@ -445,7 +445,8 @@ TEST_F(AutofillPopupControllerUnitTest, ElideText) {
|
| 0)) +
|
| gfx::GetStringWidth(
|
| suggestions[0].label,
|
| - autofill_popup_controller_->layout_model().GetLabelFontList()) -
|
| + autofill_popup_controller_->layout_model().GetLabelFontListForRow(
|
| + 0)) -
|
| 25;
|
|
|
| autofill_popup_controller_->ElideValueAndLabelForRow(0, popup_max_width);
|
|
|