Chromium Code Reviews| Index: net/ftp/ftp_util.cc |
| diff --git a/net/ftp/ftp_util.cc b/net/ftp/ftp_util.cc |
| index 472275a4227a11c839b86a41a7e1665f1838d8e1..e639c46edcc4510c0b3e1894d5b108b0867bedda 100644 |
| --- a/net/ftp/ftp_util.cc |
| +++ b/net/ftp/ftp_util.cc |
| @@ -251,7 +251,7 @@ bool FtpUtil::LsDateListingToTime(const base::string16& month, |
| return false; |
| size_t colon_pos = rest.find(':'); |
| - if (colon_pos == string16::npos) |
| + if (colon_pos == base::string16::npos) |
| return false; |
| if (colon_pos > 2) |
| return false; |