| Index: net/socket/socks5_client_socket_unittest.cc
 | 
| diff --git a/net/socket/socks5_client_socket_unittest.cc b/net/socket/socks5_client_socket_unittest.cc
 | 
| index 5fa5bf8e0784993ad831e200c418754d9d4265d7..8919b3ac5b6a29795d157901956551c6b0e7fa57 100644
 | 
| --- a/net/socket/socks5_client_socket_unittest.cc
 | 
| +++ b/net/socket/socks5_client_socket_unittest.cc
 | 
| @@ -8,6 +8,7 @@
 | 
|  #include <iterator>
 | 
|  #include <map>
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/sys_byteorder.h"
 | 
|  #include "net/base/address_list.h"
 | 
|  #include "net/base/test_completion_callback.h"
 | 
| @@ -45,7 +46,7 @@ class SOCKS5ClientSocketTest : public PlatformTest {
 | 
|    void SetUp() override;
 | 
|  
 | 
|   protected:
 | 
| -  const uint16 kNwPort;
 | 
| +  const uint16_t kNwPort;
 | 
|    TestNetLog net_log_;
 | 
|    scoped_ptr<SOCKS5ClientSocket> user_sock_;
 | 
|    AddressList address_list_;
 | 
| 
 |