| Index: chrome/browser/ui/views/layout_constants.cc
|
| diff --git a/chrome/browser/ui/views/layout_constants.cc b/chrome/browser/ui/views/layout_constants.cc
|
| index de59375c435eb208a224304b4f9e33a0ec334717..0c55c03558ed8aa98cbd607599a7cf68f826c896 100644
|
| --- a/chrome/browser/ui/views/layout_constants.cc
|
| +++ b/chrome/browser/ui/views/layout_constants.cc
|
| @@ -14,7 +14,7 @@ int GetLayoutConstant(LayoutConstant constant) {
|
| const int kLocationBarBorderThickness[] = {2, 1, 1};
|
| const int kLocationBarBubbleHorizontalPadding[] = {1, 4, 4};
|
| const int kLocationBarBubbleVerticalPadding[] = {1, 4, 4};
|
| - const int kLocationBarHeight[] = {0, 28, 32};
|
| + const int kLocationBarHeight[] = {27, 28, 32};
|
| const int kLocationBarHorizontalPadding[] = {3, 6, 6};
|
| const int kLocationBarVerticalPadding[] = {2, 2, 2};
|
| const int kNewTabButtonWidth[] = {34, 34, 34};
|
|
|