| Index: ui/views/controls/button/md_text_button.h
|
| diff --git a/ui/views/controls/button/md_text_button.h b/ui/views/controls/button/md_text_button.h
|
| index 6633fa4998f6da585ca1865d765af07ad2fc9453..40630b9725b794af12672c6e511e35262355b0d4 100644
|
| --- a/ui/views/controls/button/md_text_button.h
|
| +++ b/ui/views/controls/button/md_text_button.h
|
| @@ -24,6 +24,8 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
|
| static MdTextButton* Create(ButtonListener* listener,
|
| const base::string16& text);
|
|
|
| + ~MdTextButton() override;
|
| +
|
| // See |is_prominent_|.
|
| void SetProminent(bool is_prominent);
|
|
|
| @@ -54,7 +56,6 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
|
|
|
| private:
|
| explicit MdTextButton(ButtonListener* listener);
|
| - ~MdTextButton() override;
|
|
|
| void UpdatePadding();
|
| void UpdateColors();
|
|
|