Index: net/base/net_util.cc |
diff --git a/net/base/net_util.cc b/net/base/net_util.cc |
index b50be7cc662b07af51b5fd44a08d9d4584a8f0d0..559f8873d04f7d6b5234e78c2d01414659d0816d 100644 |
--- a/net/base/net_util.cc |
+++ b/net/base/net_util.cc |
@@ -1004,13 +1004,15 @@ NetworkInterface::NetworkInterface(const std::string& name, |
uint32 interface_index, |
NetworkChangeNotifier::ConnectionType type, |
const IPAddressNumber& address, |
- uint32 network_prefix) |
+ uint32 network_prefix, |
+ int ip_address_attributes) |
: name(name), |
friendly_name(friendly_name), |
interface_index(interface_index), |
type(type), |
address(address), |
- network_prefix(network_prefix) { |
+ network_prefix(network_prefix), |
+ ip_address_attributes(ip_address_attributes) { |
} |
NetworkInterface::~NetworkInterface() { |