| Index: chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
|
| index 8fb2aab1c665b3c22840180baac085d5bcb0cb16..f69af0e865ccdecb210bd22f1773638d03383f38 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
|
| @@ -87,8 +87,7 @@ CGFloat EVBubbleDecoration::GetWidthForSpace(CGFloat width) {
|
| NSString* elided_label = base::SysUTF16ToNSString(
|
| gfx::ElideText(base::SysNSStringToUTF16(full_label_),
|
| gfx::FontList(gfx::Font(GetFont())),
|
| - width_left,
|
| - gfx::ELIDE_IN_MIDDLE));
|
| + width_left, gfx::ELIDE_MIDDLE));
|
|
|
| // Use the elided label.
|
| SetLabel(elided_label);
|
|
|