| Index: chrome/browser/autocomplete/autocomplete_popup_view_mac.mm
|
| diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm b/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm
|
| index fb7202182e42b10b6f0ea1bdd0ef5ab00b12cac7..8e78f378b1e2d7d57b83553ae4a72a7f166e7e5b 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm
|
| +++ b/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm
|
| @@ -40,7 +40,7 @@ const CGFloat kPopupFieldGap = 2.0;
|
| const CGFloat kPopupAlpha = 240.0 / 255.0;
|
|
|
| // How far to offset image column from the left.
|
| -const CGFloat kImageXOffset = 3.0;
|
| +const CGFloat kImageXOffset = 4.0;
|
|
|
| // How far to offset the text column from the left.
|
| const CGFloat kTextXOffset = 26.0;
|
|
|