| Index: net/base/net_util.cc
|
| diff --git a/net/base/net_util.cc b/net/base/net_util.cc
|
| index 941dca9ab53ba1a4cb3214712a4ae7e16cf7ee62..5c8a543338432aea2853d3a8c9b0f4d765fbe855 100644
|
| --- a/net/base/net_util.cc
|
| +++ b/net/base/net_util.cc
|
| @@ -1016,4 +1016,11 @@ unsigned MaskPrefixLength(const IPAddressNumber& mask) {
|
| return CommonPrefixLength(mask, all_ones);
|
| }
|
|
|
| +WifiAccessPointInfo::WifiAccessPointInfo()
|
| + : security(WIFI_SECURITY_UNKNOWN) {
|
| +}
|
| +
|
| +WifiAccessPointInfo::~WifiAccessPointInfo() {
|
| +}
|
| +
|
| } // namespace net
|
|
|