| Index: net/ftp/ftp_directory_listing_parser_os2_unittest.cc
 | 
| diff --git a/net/ftp/ftp_directory_listing_parser_os2_unittest.cc b/net/ftp/ftp_directory_listing_parser_os2_unittest.cc
 | 
| index 7302f4c9a9d33687a3f0984d1971c952072faa12..3288a220cc8814758f08b789cd81c5e0649f0b2f 100644
 | 
| --- a/net/ftp/ftp_directory_listing_parser_os2_unittest.cc
 | 
| +++ b/net/ftp/ftp_directory_listing_parser_os2_unittest.cc
 | 
| @@ -64,7 +64,7 @@ TEST_F(FtpDirectoryListingParserOS2Test, Good) {
 | 
|  }
 | 
|  
 | 
|  TEST_F(FtpDirectoryListingParserOS2Test, Ignored) {
 | 
| -  const char* ignored_cases[] = {
 | 
| +  const char* const ignored_cases[] = {
 | 
|      "1234 A 12-07-10  12:05",
 | 
|      "0 DIR 11-02-09  05:32",
 | 
|    };
 | 
| @@ -81,7 +81,7 @@ TEST_F(FtpDirectoryListingParserOS2Test, Ignored) {
 | 
|  }
 | 
|  
 | 
|  TEST_F(FtpDirectoryListingParserOS2Test, Bad) {
 | 
| -  const char* bad_cases[] = {
 | 
| +  const char* const bad_cases[] = {
 | 
|      "garbage",
 | 
|      "0 GARBAGE 11-02-09  05:32",
 | 
|      "0 GARBAGE 11-02-09  05:32       NT",
 | 
| 
 |