| Index: net/ftp/ftp_network_transaction_unittest.cc
 | 
| diff --git a/net/ftp/ftp_network_transaction_unittest.cc b/net/ftp/ftp_network_transaction_unittest.cc
 | 
| index 0d364a1160e2a7d4d359b4263d47278376923774..ec1dc200c21225b7184a46361fcfdcb99b634ac2 100644
 | 
| --- a/net/ftp/ftp_network_transaction_unittest.cc
 | 
| +++ b/net/ftp/ftp_network_transaction_unittest.cc
 | 
| @@ -7,6 +7,7 @@
 | 
|  #include "build/build_config.h"
 | 
|  
 | 
|  #include "base/compiler_specific.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/strings/string_util.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
| @@ -1386,7 +1387,7 @@ TEST_P(FtpNetworkTransactionTest, Escaping) {
 | 
|  
 | 
|  // Test for http://crbug.com/23794.
 | 
|  TEST_P(FtpNetworkTransactionTest, DownloadTransactionEvilSize) {
 | 
| -  // Try to overflow int64 in the response.
 | 
| +  // Try to overflow int64_t in the response.
 | 
|    FtpSocketDataProviderEvilSize ctrl_socket(
 | 
|        "213 99999999999999999999999999999999\r\n",
 | 
|        FtpSocketDataProvider::PRE_QUIT);
 | 
| 
 |