| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index 95dcb153f49e1952593a1caace019a49db8b55ba..c222ba91c8e6ecddddde68f623f3af515b97f03a 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -64,7 +64,7 @@ IconLabelBubbleView::IconLabelBubbleView(const int background_images[],
|
| parent_background_color,
|
| SkColorGetA(background_image_color)));
|
| if (elide_in_middle)
|
| - label_->SetElideBehavior(views::Label::ELIDE_IN_MIDDLE);
|
| + label_->SetElideBehavior(gfx::ELIDE_MIDDLE);
|
| AddChildView(label_);
|
| }
|
|
|
|
|