Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
index 3599ca469b838ee9fd1ff57c3acb469ee3d4bdd2..c7c1751dc4710aa07d1fa64ee5fc4c86cc45c675 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
@@ -30,9 +30,6 @@ namespace { |
// Used to indicate that no line is currently selected by the user. |
const int kNoSelection = -1; |
-// Size difference between name and subtext in pixels. |
-const int kLabelFontSizeDelta = -2; |
- |
// The vertical height of each row in pixels. |
const size_t kRowHeight = 24; |
@@ -40,6 +37,9 @@ const size_t kRowHeight = 24; |
const size_t kSeparatorHeight = 1; |
#if !defined(OS_ANDROID) |
+// Size difference between name and subtext in pixels. |
+const int kLabelFontSizeDelta = -2; |
+ |
const size_t kNamePadding = AutofillPopupView::kNamePadding; |
const size_t kIconPadding = AutofillPopupView::kIconPadding; |
const size_t kEndPadding = AutofillPopupView::kEndPadding; |