| Index: chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc
|
| diff --git a/chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc b/chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc
|
| index 55d3e5b16071cde3046978a537f2f2f864fbe216..37dd4cae1b92a07b5cfbdda133209b7d761acd60 100644
|
| --- a/chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc
|
| +++ b/chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc
|
| @@ -36,12 +36,7 @@ const char16 kEllipsis[] = { 0x2026, 0x0 };
|
| // The minimum distance between the top and bottom of the {icon|text} and the
|
| // top or bottom of the row.
|
| const int kMinimumIconVerticalPadding = 2;
|
| -
|
| -#if defined(TOUCH_UI)
|
| -const int kMinimumTextVerticalPadding = 15;
|
| -#else
|
| const int kMinimumTextVerticalPadding = 3;
|
| -#endif
|
|
|
| } // namespace
|
|
|
|
|