| 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 19ef6021e47d00bf0afca4809449c949104d0d10..1ae8e006f293215d5b57dc2032ccb33ee9300188 100644
|
| --- a/ui/views/controls/button/radio_button.h
|
| +++ b/ui/views/controls/button/radio_button.h
|
| @@ -32,7 +32,7 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
|
| virtual void NotifyClick(const views::Event& event) OVERRIDE;
|
|
|
| // Overridden from TextButtonBase:
|
| - virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE;
|
| + virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE;
|
|
|
| // Overridden from Checkbox:
|
| virtual void SetChecked(bool checked) OVERRIDE;
|
|
|