| Index: net/base/net_util.h
|
| diff --git a/net/base/net_util.h b/net/base/net_util.h
|
| index ad0c67aed539eedf0094a03870276c627f34af31..5556f5e1619f062fa8365e36caab16e0abef1ef9 100644
|
| --- a/net/base/net_util.h
|
| +++ b/net/base/net_util.h
|
| @@ -52,6 +52,10 @@ typedef std::vector<IPAddressNumber> IPAddressList;
|
|
|
| static const size_t kIPv4AddressSize = 4;
|
| static const size_t kIPv6AddressSize = 16;
|
| +#if defined(OS_WIN)
|
| +// Bluetooth address size. Windows Bluetooth is supported via winsock.
|
| +static const size_t kBluetoothAddressSize = 6;
|
| +#endif
|
|
|
| // Nothing is ommitted.
|
| NET_EXPORT extern const FormatUrlType kFormatUrlOmitNothing;
|
|
|