| Index: ui/views/controls/button/blue_button.cc
|
| diff --git a/ui/views/controls/button/blue_button.cc b/ui/views/controls/button/blue_button.cc
|
| index c0e8b9902d01c18d179c5255a676736588954713..a81677fbccc5104a529333a69760add9ca361d5c 100644
|
| --- a/ui/views/controls/button/blue_button.cc
|
| +++ b/ui/views/controls/button/blue_button.cc
|
| @@ -21,7 +21,7 @@ const char BlueButton::kViewClassName[] = "views/BlueButton";
|
| BlueButton::BlueButton(ButtonListener* listener, const base::string16& text)
|
| : LabelButton(listener, text) {
|
| // Inherit STYLE_BUTTON insets, minimum size, alignment, etc.
|
| - SetStyle(STYLE_BUTTON);
|
| + SetStyleDeprecated(STYLE_BUTTON);
|
| UpdateThemedBorder();
|
| }
|
|
|
|
|