| Index: net/ftp/ftp_directory_listing_parser_windows_unittest.cc
 | 
| diff --git a/net/ftp/ftp_directory_listing_parser_windows_unittest.cc b/net/ftp/ftp_directory_listing_parser_windows_unittest.cc
 | 
| index d3d47da15298972d6d20e4dfdcc03591a09a7894..1c6234ec36c9186c193b6d9b3f31f72d35f11be6 100644
 | 
| --- a/net/ftp/ftp_directory_listing_parser_windows_unittest.cc
 | 
| +++ b/net/ftp/ftp_directory_listing_parser_windows_unittest.cc
 | 
| @@ -70,7 +70,7 @@ TEST_F(FtpDirectoryListingParserWindowsTest, Good) {
 | 
|  }
 | 
|  
 | 
|  TEST_F(FtpDirectoryListingParserWindowsTest, Ignored) {
 | 
| -  const char* ignored_cases[] = {
 | 
| +  const char* const ignored_cases[] = {
 | 
|      "12-07-10  12:05AM       <DIR>    ",  // http://crbug.com/66097
 | 
|      "12-07-10  12:05AM       1234    ",
 | 
|      "11-02-09  05:32         <DIR>",
 | 
| @@ -89,7 +89,7 @@ TEST_F(FtpDirectoryListingParserWindowsTest, Ignored) {
 | 
|  }
 | 
|  
 | 
|  TEST_F(FtpDirectoryListingParserWindowsTest, Bad) {
 | 
| -  const char* bad_cases[] = {
 | 
| +  const char* const bad_cases[] = {
 | 
|      "garbage",
 | 
|      "11-02-09  05:32PM       <GARBAGE>",
 | 
|      "11-02-09  05:32PM       <GARBAGE>      NT",
 | 
| 
 |