| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index cf461747e99299bb4c2011434aa0ac053e3742c5..8e13ffc8cd58611d167d1cc147b309ce4a378b6b 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -52,7 +52,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| void SetFontList(const gfx::FontList& font_list);
|
|
|
| // Set the elide behavior of this button.
|
| - void SetElideBehavior(Label::ElideBehavior elide_behavior);
|
| + void SetElideBehavior(gfx::ElideBehavior elide_behavior);
|
|
|
| // Get or set the horizontal alignment used for the button; reversed in RTL.
|
| // The optional image will lead the text, unless the button is right-aligned.
|
|
|