| Index: chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (revision 70685)
|
| +++ chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (working copy)
|
| @@ -939,7 +939,7 @@
|
| // AutocompletePopupContentsView, AnimationDelegate implementation:
|
|
|
| void AutocompletePopupContentsView::AnimationProgressed(
|
| - const Animation* animation) {
|
| + const ui::Animation* animation) {
|
| // We should only be running the animation when the popup is already visible.
|
| DCHECK(popup_ != NULL);
|
| popup_->SetBounds(GetPopupBounds());
|
|
|