| Index: net/base/ip_endpoint.h
|
| diff --git a/net/base/ip_endpoint.h b/net/base/ip_endpoint.h
|
| index a1c12296b3dca8b9b91913f1722e1187ebd8468e..f9eb27753b99ef61eba9150e31940462bc045eb7 100644
|
| --- a/net/base/ip_endpoint.h
|
| +++ b/net/base/ip_endpoint.h
|
| @@ -26,8 +26,6 @@ class NET_EXPORT IPEndPoint {
|
| public:
|
| IPEndPoint();
|
| ~IPEndPoint();
|
| - // DEPRECATED(crbug.com/496258): Use the ctor that takes IPAddress instead.
|
| - IPEndPoint(const IPAddressNumber& address, uint16_t port);
|
| IPEndPoint(const IPAddress& address, uint16_t port);
|
| IPEndPoint(const IPEndPoint& endpoint);
|
|
|
|
|