| Index: ui/base/dragdrop/os_exchange_data_provider_win.cc
|
| ===================================================================
|
| --- ui/base/dragdrop/os_exchange_data_provider_win.cc (revision 85826)
|
| +++ ui/base/dragdrop/os_exchange_data_provider_win.cc (working copy)
|
| @@ -848,7 +848,7 @@
|
| string16* validated) {
|
| if (title.empty()) {
|
| if (url.is_valid()) {
|
| - *validated = net::GetSuggestedFilename(url, "", "", string16());
|
| + *validated = net::GetSuggestedFilename(url, "", "", "", string16());
|
| } else {
|
| // Nothing else can be done, just use a default.
|
| *validated =
|
|
|