| Index: chrome/browser/tab_contents/tab_contents_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_win.cc (revision 15065)
|
| +++ chrome/browser/tab_contents/tab_contents_view_win.cc (working copy)
|
| @@ -133,7 +133,7 @@
|
| if (file_name.value().empty()) {
|
| // Retrieve the name from the URL.
|
| file_name = FilePath::FromWStringHack(
|
| - net::GetSuggestedFilename(drop_data.url, L"", L""));
|
| + net::GetSuggestedFilename(drop_data.url, "", "", L""));
|
| }
|
| file_name = file_name.ReplaceExtension(drop_data.file_extension);
|
| data->SetFileContents(file_name.value(), drop_data.file_contents);
|
|
|