Chromium Code Reviews| Index: net/ftp/ftp_util_unittest.cc |
| =================================================================== |
| --- net/ftp/ftp_util_unittest.cc (revision 94426) |
| +++ net/ftp/ftp_util_unittest.cc (working copy) |
| @@ -106,7 +106,7 @@ |
| TEST(FtpUtilTest, LsDateListingToTime) { |
| base::Time mock_current_time; |
| - ASSERT_TRUE(base::Time::FromString("Tue, 15 Nov 1994 12:45:26 GMT", |
| + ASSERT_TRUE(base::Time::FromString(L"Tue, 15 Nov 1994 12:45:26 GMT", |
| &mock_current_time)); |
| const struct { |