| Index: webrtc/p2p/base/tcpport.h
|
| diff --git a/webrtc/p2p/base/tcpport.h b/webrtc/p2p/base/tcpport.h
|
| index d86f750e9f0dadf5e2a8697b6c5e8becf6fb7bcb..a64c5eeab94ff6193bc7e3c206aa36b9ab920a46 100644
|
| --- a/webrtc/p2p/base/tcpport.h
|
| +++ b/webrtc/p2p/base/tcpport.h
|
| @@ -32,8 +32,8 @@ class TCPPort : public Port {
|
| rtc::PacketSocketFactory* factory,
|
| rtc::Network* network,
|
| const rtc::IPAddress& ip,
|
| - uint16 min_port,
|
| - uint16 max_port,
|
| + uint16_t min_port,
|
| + uint16_t max_port,
|
| const std::string& username,
|
| const std::string& password,
|
| bool allow_listen) {
|
| @@ -61,8 +61,8 @@ class TCPPort : public Port {
|
| rtc::PacketSocketFactory* factory,
|
| rtc::Network* network,
|
| const rtc::IPAddress& ip,
|
| - uint16 min_port,
|
| - uint16 max_port,
|
| + uint16_t min_port,
|
| + uint16_t max_port,
|
| const std::string& username,
|
| const std::string& password,
|
| bool allow_listen);
|
|
|