| Index: net/socket/tcp_socket_unittest.cc
|
| diff --git a/net/socket/tcp_socket_unittest.cc b/net/socket/tcp_socket_unittest.cc
|
| index 374621e8020f32388fdf053abfc307805cd159fb..d9d13c58eaaaad12bc446cabfbb5fea753ef583f 100644
|
| --- a/net/socket/tcp_socket_unittest.cc
|
| +++ b/net/socket/tcp_socket_unittest.cc
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/address_list.h"
|
| @@ -59,7 +58,7 @@ class TCPSocketTest : public PlatformTest {
|
| }
|
|
|
| void ParseAddress(const std::string& ip_str,
|
| - uint16 port,
|
| + uint16_t port,
|
| IPEndPoint* address) {
|
| IPAddressNumber ip_number;
|
| bool rv = ParseIPLiteralToNumber(ip_str, &ip_number);
|
|
|