Index: chrome/browser/ui/views/infobars/translate_infobar_base.h |
diff --git a/chrome/browser/ui/views/infobars/translate_infobar_base.h b/chrome/browser/ui/views/infobars/translate_infobar_base.h |
index 617173fe79e7b7537931c3593cb5e11ee007508a..971bf3fae4fb286a2b3b9f516e7352caf1345155 100644 |
--- a/chrome/browser/ui/views/infobars/translate_infobar_base.h |
+++ b/chrome/browser/ui/views/infobars/translate_infobar_base.h |
@@ -40,7 +40,7 @@ class TranslateInfoBarBase : public InfoBarView { |
private: |
// InfoBarView: |
virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE; |
- virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE; |
+ virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; |
// Returns the background that should be displayed when not animating. |
const views::Background& GetBackground(); |
@@ -52,7 +52,7 @@ class TranslateInfoBarBase : public InfoBarView { |
const views::Background& background); |
InfoBarBackground error_background_; |
- scoped_ptr<ui::SlideAnimation> background_color_animation_; |
+ scoped_ptr<gfx::SlideAnimation> background_color_animation_; |
DISALLOW_COPY_AND_ASSIGN(TranslateInfoBarBase); |
}; |