Chromium Code Reviews| Index: net/ftp/ftp_util_unittest.cc |
| diff --git a/net/ftp/ftp_util_unittest.cc b/net/ftp/ftp_util_unittest.cc |
| index 2aab7f49f5ccb9c2d4e43131198f49a3947dea8b..5851e88a6ef582310192c07663c9122f7c1704f4 100644 |
| --- a/net/ftp/ftp_util_unittest.cc |
| +++ b/net/ftp/ftp_util_unittest.cc |
| @@ -12,6 +12,9 @@ |
| #include "base/time/time.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| +using base::ASCIIToUTF16; |
| +using base::UTF8ToUTF16; |
| + |
| namespace { |
| TEST(FtpUtilTest, UnixFilePathToVMS) { |