| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| index bd37113a2d887fb4b8154c90cffa3ba795b263a4..9e9805ae405224915253b381cccf1009226e242e 100644
|
| --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| @@ -52,8 +52,9 @@ const CGFloat kLeftDecorationXOffset = 3.0;
|
| // TODO(shess): Why is this different from |kLeftDecorationXOffset|?
|
| const CGFloat kRightDecorationXOffset = 4.0;
|
|
|
| -// The amount of padding on either side reserved for drawing decorations.
|
| -const CGFloat kDecorationHorizontalPad = 3;
|
| +// The amount of padding on either side reserved for drawing
|
| +// decorations. [Views has |kItemPadding| == 3.]
|
| +const CGFloat kDecorationHorizontalPad = 3.0;
|
|
|
| // How long to wait for mouse-up on the location icon before assuming
|
| // that the user wants to drag.
|
|
|