| Index: net/ftp/ftp_directory_listing_parser.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser.cc b/net/ftp/ftp_directory_listing_parser.cc
|
| index d19e4a2c9fe4b9b82551a25af4452aac4e8ce561..fa6e8a5386bb554770c6dec1e3015928f747c9a9 100644
|
| --- a/net/ftp/ftp_directory_listing_parser.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser.cc
|
| @@ -77,7 +77,7 @@ int ParseListing(const base::string16& text,
|
| }
|
| };
|
|
|
| - for (size_t i = 0; i < ARRAYSIZE_UNSAFE(parsers); i++) {
|
| + for (size_t i = 0; i < arraysize(parsers); i++) {
|
| entries->clear();
|
| if (parsers[i].callback.Run()) {
|
| *server_type = parsers[i].server_type;
|
|
|