Chromium Code Reviews| Index: net/test/python_utils.cc |
| diff --git a/net/test/python_utils.cc b/net/test/python_utils.cc |
| index e249a27f27a4d0b8c32ece8799e44f28453bd7cd..a67b2c129458896d2779d70eb404b8e17ba32a80 100644 |
| --- a/net/test/python_utils.cc |
| +++ b/net/test/python_utils.cc |
| @@ -21,7 +21,7 @@ void AppendToPythonPath(const base::FilePath& dir) { |
| std::string old_path; |
| std::string dir_path; |
| #if defined(OS_WIN) |
| - dir_path = WideToUTF8(dir.value()); |
| + dir_path = base::WideToUTF8(dir.value()); |
| #elif defined(OS_POSIX) |
| dir_path = dir.value(); |
| #endif |