| Index: chrome/browser/password_manager/password_manager_util_win.cc
|
| diff --git a/chrome/browser/password_manager/password_manager_util_win.cc b/chrome/browser/password_manager/password_manager_util_win.cc
|
| index 667ad4f1e3395aa6bae7792a75262bfc93cb8d4b..b916e2624eea1ae6489cbb541f0f3d3923d7402c 100644
|
| --- a/chrome/browser/password_manager/password_manager_util_win.cc
|
| +++ b/chrome/browser/password_manager/password_manager_util_win.cc
|
| @@ -186,7 +186,7 @@ bool AuthenticateUser(gfx::NativeWindow window) {
|
| cui.cbSize = sizeof(CREDUI_INFO);
|
| cui.hwndParent = NULL;
|
| #if defined(USE_AURA)
|
| - cui.hwndParent = window->GetDispatcher()->host()->GetAcceleratedWidget();
|
| + cui.hwndParent = window->GetHost()->GetAcceleratedWidget();
|
| #else
|
| cui.hwndParent = window;
|
| #endif
|
|
|