| Index: chrome/common/os_exchange_data.cc
|
| ===================================================================
|
| --- chrome/common/os_exchange_data.cc (revision 15065)
|
| +++ chrome/common/os_exchange_data.cc (working copy)
|
| @@ -668,7 +668,7 @@
|
| if (title.empty()) {
|
| if (url.is_valid()) {
|
| *validated = net::GetSuggestedFilename(
|
| - url, std::wstring(), std::wstring());
|
| + url, std::string(), std::string(), std::wstring());
|
| } else {
|
| // Nothing else can be done, just use a default.
|
| *validated = l10n_util::GetString(IDS_UNTITLED_SHORTCUT_FILE_NAME);
|
|
|