| Index: ui/views/controls/button/label_button.h
 | 
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
 | 
| index 0f501914dc3aa340258b057f5a695fe3526a7221..139ea76318bb0923bd10374eeb2770246a81b0c1 100644
 | 
| --- a/ui/views/controls/button/label_button.h
 | 
| +++ b/ui/views/controls/button/label_button.h
 | 
| @@ -98,7 +98,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
 | 
|    virtual gfx::Rect GetThemePaintRect() const OVERRIDE;
 | 
|    virtual ui::NativeTheme::State GetThemeState(
 | 
|        ui::NativeTheme::ExtraParams* params) const OVERRIDE;
 | 
| -  virtual const ui::Animation* GetThemeAnimation() const OVERRIDE;
 | 
| +  virtual const gfx::Animation* GetThemeAnimation() const OVERRIDE;
 | 
|    virtual ui::NativeTheme::State GetBackgroundThemeState(
 | 
|        ui::NativeTheme::ExtraParams* params) const OVERRIDE;
 | 
|    virtual ui::NativeTheme::State GetForegroundThemeState(
 | 
| 
 |