| 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 fa6e8a5386bb554770c6dec1e3015928f747c9a9..31cb462fd34f8785f9c089ade03a79cef9554326 100644
 | 
| --- a/net/ftp/ftp_directory_listing_parser.cc
 | 
| +++ b/net/ftp/ftp_directory_listing_parser.cc
 | 
| @@ -95,7 +95,7 @@ int DecodeAndParse(const std::string& text,
 | 
|                     const base::Time& current_time,
 | 
|                     std::vector<FtpDirectoryListingEntry>* entries,
 | 
|                     FtpServerType* server_type) {
 | 
| -  const char* kNewlineSeparators[] = { "\n", "\r\n" };
 | 
| +  const char* const kNewlineSeparators[] = { "\n", "\r\n" };
 | 
|  
 | 
|    std::vector<std::string> encodings;
 | 
|    if (!base::DetectAllEncodings(text, &encodings))
 | 
| 
 |