| 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 a09a6d59263e2f927a7466c8f0ad5222ba158c4d..26340cf2e59b39677ffbbc2bcd2a4e8e8487b91e 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
|
| @@ -32,21 +32,21 @@ class AutofillPopupLayoutModel {
|
| ~AutofillPopupLayoutModel();
|
|
|
| // The minimum amount of padding between the Autofill name and subtext,
|
| - // in pixels.
|
| + // in dip.
|
| static const int kNamePadding = 15;
|
|
|
| // The minimum amount of padding between the Autofill http warning message
|
| - // name and subtext, in pixels.
|
| + // name and subtext, in dip.
|
| static const int kHttpWarningNamePadding = 8;
|
|
|
| - // The amount of padding around icons in pixels.
|
| + // The amount of padding around icons in dip.
|
| static const int kIconPadding = 5;
|
|
|
| - // The amount of horizontal padding around icons in pixels for HTTP warning
|
| - // message.
|
| - static const int kHttpWarningIconPadding = 8;
|
| + // The amount of horizontal padding around icons in dip for the case, when
|
| + // icon is located on the left side.
|
| + static const int kPaddingAfterLeadingIcon = 8;
|
|
|
| - // The amount of padding at the end of the popup in pixels.
|
| + // The amount of padding at the end of the popup in dip.
|
| static const int kEndPadding = 8;
|
|
|
| #if !defined(OS_ANDROID)
|
|
|