| Index: ui/views/controls/button/radio_button.h
|
| diff --git a/ui/views/controls/button/radio_button.h b/ui/views/controls/button/radio_button.h
|
| index b0ee7f7701f60242c9c006819af421cc8b2dbbae..c5c12896c82151dfdde0d3b620698d5cacba4b72 100644
|
| --- a/ui/views/controls/button/radio_button.h
|
| +++ b/ui/views/controls/button/radio_button.h
|
| @@ -37,7 +37,7 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
|
| // Overridden from Checkbox:
|
| void SetChecked(bool checked) override;
|
| void PaintFocusRing(gfx::Canvas* canvas, const SkPaint& paint) override;
|
| - gfx::VectorIconId GetVectorIconId() const override;
|
| + const gfx::VectorIcon& GetVectorIcon() const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(RadioButton);
|
|
|