| Index: net/ftp/ftp_util_unittest.cc
|
| diff --git a/net/ftp/ftp_util_unittest.cc b/net/ftp/ftp_util_unittest.cc
|
| index 4f26817246ab81bd0af4d9f186ac905577b109cb..94c1837bf559e682e157354ee2ee1908bd1df126 100644
|
| --- a/net/ftp/ftp_util_unittest.cc
|
| +++ b/net/ftp/ftp_util_unittest.cc
|
| @@ -106,7 +106,7 @@ TEST(FtpUtilTest, VMSPathToUnix) {
|
|
|
| TEST(FtpUtilTest, LsDateListingToTime) {
|
| base::Time mock_current_time;
|
| - ASSERT_TRUE(base::Time::FromString(L"Tue, 15 Nov 1994 12:45:26 GMT",
|
| + ASSERT_TRUE(base::Time::FromString("Tue, 15 Nov 1994 12:45:26 GMT",
|
| &mock_current_time));
|
|
|
| const struct {
|
|
|