| Index: chrome/browser/ui/autofill/autofill_popup_layout_model.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.h b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
|
| index d43443e6e8520b7fde097014a1f9237f267bfb84..5d2cc1ae1f2447254aa2fd24b948fa72eeba17a0 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
|
| @@ -38,7 +38,7 @@ class AutofillPopupLayoutModel {
|
| static const int kIconPadding = 5;
|
|
|
| // The amount of padding at the end of the popup in pixels.
|
| - static const int kEndPadding = 3;
|
| + static const int kEndPadding = 18;
|
|
|
| #if !defined(OS_ANDROID)
|
| // Calculates the desired height of the popup based on its contents.
|
|
|