| Index: net/base/file_stream_posix.cc
|
| ===================================================================
|
| --- net/base/file_stream_posix.cc (revision 35352)
|
| +++ net/base/file_stream_posix.cc (working copy)
|
| @@ -329,7 +329,7 @@
|
| }
|
|
|
| open_flags_ = open_flags;
|
| - file_ = base::CreatePlatformFile(path.ToWStringHack(), open_flags_, NULL);
|
| + file_ = base::CreatePlatformFile(path, open_flags_, NULL);
|
| if (file_ == base::kInvalidPlatformFileValue) {
|
| LOG(WARNING) << "Failed to open file: " << errno
|
| << " (" << path.ToWStringHack() << ")";
|
|
|