| Index: content/shell/browser/shell_download_manager_delegate.cc
|
| diff --git a/content/shell/browser/shell_download_manager_delegate.cc b/content/shell/browser/shell_download_manager_delegate.cc
|
| index 572d79eaa51f79cefe4ef178e95823de8fd91125..31f9d94f519a709f6724a5e22efc15aed0887fb4 100644
|
| --- a/content/shell/browser/shell_download_manager_delegate.cc
|
| +++ b/content/shell/browser/shell_download_manager_delegate.cc
|
| @@ -176,7 +176,7 @@ void ShellDownloadManagerDelegate::ChooseDownloadPath(
|
| ZeroMemory(&save_as, sizeof(save_as));
|
| save_as.lStructSize = sizeof(OPENFILENAME);
|
| save_as.hwndOwner = item->GetWebContents()->GetView()->GetNativeView()->
|
| - GetDispatcher()->host()->GetAcceleratedWidget();
|
| + GetHost()->GetAcceleratedWidget();
|
| save_as.lpstrFile = file_name;
|
| save_as.nMaxFile = arraysize(file_name);
|
|
|
|
|