| Index: net/base/net_util_win.cc
|
| diff --git a/net/base/net_util_win.cc b/net/base/net_util_win.cc
|
| index b15337b796db8a44dc91665ccc9c753137ac6ed6..210028664a73820c9facab21ba3eaa1a0b51c617 100644
|
| --- a/net/base/net_util_win.cc
|
| +++ b/net/base/net_util_win.cc
|
| @@ -127,7 +127,7 @@ bool FileURLToFilePath(const GURL& url, base::FilePath* file_path) {
|
| file_path_str = base::SysNativeMBToWide(path);
|
| return !file_path_str.empty();
|
| }
|
| - file_path_str.assign(UTF8ToWide(path));
|
| + file_path_str.assign(base::UTF8ToWide(path));
|
|
|
| // We used to try too hard and see if |path| made up entirely of
|
| // the 1st 256 characters in the Unicode was a zero-extended UTF-16.
|
|
|