| Index: chrome/browser/ui/infobar_container_delegate.cc
|
| diff --git a/chrome/browser/ui/infobar_container_delegate.cc b/chrome/browser/ui/infobar_container_delegate.cc
|
| index f033de3b678b2c77ae996819092053b412789ad2..d51107c9cf8a0e55c0e8689f2fe30b743d3ed4af 100644
|
| --- a/chrome/browser/ui/infobar_container_delegate.cc
|
| +++ b/chrome/browser/ui/infobar_container_delegate.cc
|
| @@ -24,7 +24,7 @@ const int InfoBarContainerDelegate::kDefaultArrowTargetHeight = 9;
|
| #endif
|
|
|
| const int InfoBarContainerDelegate::kDefaultBarTargetHeight = 36;
|
| -const int InfoBarContainerDelegate::kDefaultBarTargetHeightMd = 40;
|
| +const int InfoBarContainerDelegate::kDefaultBarTargetHeightMd = 39;
|
| const int InfoBarContainerDelegate::kMaximumArrowTargetHeight = 24;
|
| const int InfoBarContainerDelegate::kDefaultArrowTargetHalfWidth =
|
| kDefaultArrowTargetHeight;
|
|
|