Index: chrome/browser/ui/autofill/autofill_popup_view.h |
diff --git a/chrome/browser/ui/autofill/autofill_popup_view.h b/chrome/browser/ui/autofill/autofill_popup_view.h |
index 8602f1a6dbe0f57b8929a06597c7a4c969dc443e..1085095746d093ed91ba01e005e0d3472d8098c4 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_view.h |
+++ b/chrome/browser/ui/autofill/autofill_popup_view.h |
@@ -26,6 +26,10 @@ class AutofillPopupView { |
// The size of the border around the entire results popup, in pixels. |
static const int kBorderThickness = 1; |
+ // The minimum amount of padding between the Autofill name and subtext, |
+ // in pixels. |
+ static const size_t kNamePadding = 15; |
+ |
// The amount of padding between icons in pixels. |
static const int kIconPadding = 5; |