| Index: ui/views/controls/button/checkbox.h
|
| diff --git a/ui/views/controls/button/checkbox.h b/ui/views/controls/button/checkbox.h
|
| index b86c7c641ae23bc04b9c1810dfa836b5f3eab4b8..6280b493150a58fb17cdccbe808f563bdcd39389 100644
|
| --- a/ui/views/controls/button/checkbox.h
|
| +++ b/ui/views/controls/button/checkbox.h
|
| @@ -43,10 +43,10 @@ class VIEWS_EXPORT Checkbox : public TextButtonBase {
|
| 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;
|
| virtual gfx::Rect GetThemePaintRect() const OVERRIDE;
|
| virtual void GetExtraParams(
|
| - gfx::NativeTheme::ExtraParams* params) const OVERRIDE;
|
| + ui::NativeTheme::ExtraParams* params) const OVERRIDE;
|
| virtual gfx::Rect GetTextBounds() const OVERRIDE;
|
|
|
| // True if the checkbox is checked.
|
|
|