| Index: chrome/browser/ui/layout_constants.cc
|
| diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc
|
| index e1661cb3709ea5c577b98cde3d60408e505fc2ec..6220f3632a758ec4b1c9770c589ed4f542615f2e 100644
|
| --- a/chrome/browser/ui/layout_constants.cc
|
| +++ b/chrome/browser/ui/layout_constants.cc
|
| @@ -14,7 +14,7 @@ int GetLayoutConstant(LayoutConstant constant) {
|
| const int kIconLabelViewTrailingPadding[] = {2, 6, 6};
|
| const int kLocationBarBorderThickness[] = {2, 1, 1};
|
| const int kLocationBarBubbleFontVerticalPadding[] = {1, 2, 4};
|
| - const int kLocationBarBubbleHorizontalPadding[] = {1, 4, 4};
|
| + const int kLocationBarBubbleHorizontalPadding[] = {1, 0, 0};
|
| const int kLocationBarBubbleVerticalPadding[] = {1, 3, 3};
|
| const int kLocationBarBubbleAnchorVerticalInset[] = {5, 6, 8};
|
| const int kLocationBarHeight[] = {27, 28, 32};
|
|
|