| 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 7f7c8467a4d29cfb64b94663fbe1ac53b2770713..97aa3c1af745199eb0054a6c47f8c4be7a8c68d3 100644
|
| --- a/ui/views/controls/button/md_text_button.h
|
| +++ b/ui/views/controls/button/md_text_button.h
|
| @@ -29,8 +29,8 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
|
| const base::string16& text);
|
| static LabelButton* CreateSecondaryUiBlueButton(ButtonListener* listener,
|
| const base::string16& text);
|
| - static MdTextButton* CreateMdButton(ButtonListener* listener,
|
| - const base::string16& text);
|
| + static MdTextButton* Create(ButtonListener* listener,
|
| + const base::string16& text);
|
|
|
| // See |is_cta_|.
|
| void SetCallToAction(bool cta);
|
| @@ -57,7 +57,7 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
|
| void SetFontList(const gfx::FontList& font_list) override;
|
|
|
| private:
|
| - MdTextButton(ButtonListener* listener);
|
| + explicit MdTextButton(ButtonListener* listener);
|
| ~MdTextButton() override;
|
|
|
| void UpdatePadding();
|
|
|