| Index: chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
|
| index c608701b55e090da5b9a8d14ff00b25eb1dcad19..6d98744002ea96811b6eb3517983da29ddd20a35 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
|
| @@ -58,8 +58,8 @@ void AutofillPopupBaseView::DoShow() {
|
| widget->SetContentsView(this);
|
| #if defined(USE_AURA)
|
| // No animation for popup appearance (too distracting).
|
| - views::corewm::SetWindowVisibilityAnimationTransition(
|
| - widget->GetNativeView(), views::corewm::ANIMATE_HIDE);
|
| + wm::SetWindowVisibilityAnimationTransition(
|
| + widget->GetNativeView(), wm::ANIMATE_HIDE);
|
| #endif
|
| }
|
|
|
|
|