Index: chrome/browser/ui/views/page_info_bubble_view.cc |
=================================================================== |
--- chrome/browser/ui/views/page_info_bubble_view.cc (revision 70685) |
+++ chrome/browser/ui/views/page_info_bubble_view.cc (working copy) |
@@ -213,11 +213,11 @@ |
browser->OpenURL(url, GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK); |
} |
-void PageInfoBubbleView::AnimationEnded(const Animation* animation) { |
+void PageInfoBubbleView::AnimationEnded(const ui::Animation* animation) { |
info_bubble_->SizeToContents(); |
} |
-void PageInfoBubbleView::AnimationProgressed(const Animation* animation) { |
+void PageInfoBubbleView::AnimationProgressed(const ui::Animation* animation) { |
info_bubble_->SizeToContents(); |
} |