| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
| index d904c2edffa6f24578a9873ced34a13616ad1055..bdd3977090b482f296838b444db8b620a18a11be 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
| @@ -288,7 +288,7 @@ gfx::Image OmniboxPopupContentsView::GetIconIfExtensionMatch(
|
| // OmniboxPopupContentsView, AnimationDelegate implementation:
|
|
|
| void OmniboxPopupContentsView::AnimationProgressed(
|
| - const ui::Animation* animation) {
|
| + const gfx::Animation* animation) {
|
| // We should only be running the animation when the popup is already visible.
|
| DCHECK(popup_ != NULL);
|
| popup_->SetBounds(GetPopupBounds());
|
|
|