| Index: net/base/address_list.h
|
| diff --git a/net/base/address_list.h b/net/base/address_list.h
|
| index 37967fed454951eb9923870a0bebfc6bbede4881..62acd4aa7d47380f592700c6e4cc5818efd3b1e0 100644
|
| --- a/net/base/address_list.h
|
| +++ b/net/base/address_list.h
|
| @@ -111,6 +111,11 @@ class NET_API AddressList {
|
| scoped_refptr<Data> data_;
|
| };
|
|
|
| +// Helper to create an AddressList that has a particular port. It has an
|
| +// optimization to avoid allocating a new address linked list when the
|
| +// port is already what we want.
|
| +AddressList CreateAddressListUsingPort(const AddressList& src, int port);
|
| +
|
| } // namespace net
|
|
|
| #endif // NET_BASE_ADDRESS_LIST_H_
|
|
|