summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/save_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/save_file.cc')
-rw-r--r--chrome/browser/download/save_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/save_file.cc b/chrome/browser/download/save_file.cc
index cc6315c..b889bd2 100644
--- a/chrome/browser/download/save_file.cc
+++ b/chrome/browser/download/save_file.cc
@@ -101,7 +101,7 @@ bool SaveFile::Open(const char* open_mode) {
// 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(FilePath::FromWStringHack(full_path_));
#endif
return true;
}