| Index: chrome/browser/download/save_file.cc | 
| =================================================================== | 
| --- chrome/browser/download/save_file.cc	(revision 38375) | 
| +++ chrome/browser/download/save_file.cc	(working copy) | 
| @@ -100,7 +100,8 @@ | 
| // Sets the zone to tell Windows that this file comes from the Internet. | 
| // We ignore the return value because a failure is not fatal. | 
| // TODO(port): Similarly mark on Mac. | 
| -  win_util::SetInternetZoneIdentifier(full_path_); | 
| +  win_util::SetInternetZoneIdentifier(full_path_, | 
| +                                      UTF8ToWide(info_->url.spec())); | 
| #endif | 
| return true; | 
| } | 
|  |