| Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm
|
| index 8f8db5aecf9dbb2a695a52b186a4265861376621..83dd34c18e1cac2d0dd26e4bc1bc06315c3a8ff5 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.mm
|
| @@ -16,8 +16,8 @@
|
|
|
| namespace {
|
|
|
| -// This is used to increase the right margin of this decoration.
|
| -const CGFloat kLeftSidePadding = 6.0;
|
| +// This is used to increase the left padding of this decoration.
|
| +const CGFloat kLeftSidePadding = 5.0;
|
|
|
| // Padding between the icon/label and bubble edges.
|
| const CGFloat kBubblePadding = 7.0;
|
|
|