| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| index 1a70f222639746c6ba5292f6d66ef47db6a05eaa..799f2ef489186ecf2990d418695eb49000fda86b 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| @@ -36,7 +36,7 @@ const CGFloat kRightDecorationXOffset = 2.0;
|
| const CGFloat kLeftDecorationXOffset = 1.0;
|
|
|
| // How much the text frame needs to overlap the rightmost left decoration.
|
| -const CGFloat kTextFrameDecorationOverlap = 4.0;
|
| +const CGFloat kTextFrameDecorationOverlap = 5.0;
|
|
|
| // How long to wait for mouse-up on the location icon before assuming
|
| // that the user wants to drag.
|
|
|