Chromium Code Reviews| Index: net/ftp/ftp_util.cc |
| diff --git a/net/ftp/ftp_util.cc b/net/ftp/ftp_util.cc |
| index e639c46edcc4510c0b3e1894d5b108b0867bedda..8ff0f60b314744826726c282c4959f4de59bebc8 100644 |
| --- a/net/ftp/ftp_util.cc |
| +++ b/net/ftp/ftp_util.cc |
| @@ -22,6 +22,7 @@ |
| #include "third_party/icu/source/i18n/unicode/datefmt.h" |
| #include "third_party/icu/source/i18n/unicode/dtfmtsym.h" |
| +using base::ASCIIToUTF16; |
| using base::StringPiece16; |
| // For examples of Unix<->VMS path conversions, see the unit test file. On VMS |