| Index: chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| index 4242fc2b8706f9a6f456de4bb588ea5b572d35f7..c3722e8b1199e0e9d6e5e15ded89e235375b50a8 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| @@ -110,7 +110,7 @@ TEST_F(AutofillPopupLayoutModelTest, RowWidthWithoutText) {
|
| .Width(),
|
| layout_model()->RowWidthWithoutText(3, /* with_label= */ true));
|
| EXPECT_EQ(base_size + AutofillPopupLayoutModel::kHttpWarningNamePadding +
|
| - AutofillPopupLayoutModel::kHttpWarningIconPadding +
|
| + AutofillPopupLayoutModel::kRightHandSideIconPapping +
|
| layout_model()->GetIconImage(4).width(),
|
| layout_model()->RowWidthWithoutText(4, /* with_label= */ true));
|
| }
|
|
|