Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Unified Diff: net/base/net_util.cc

Issue 536133003: MergeNetworkList can't group address under the same interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change the prefix length type from unsigned int to uint32 Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/net_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util.cc
diff --git a/net/base/net_util.cc b/net/base/net_util.cc
index 49bb241b9bf6d38e12ffcadc05ce05f2d9d2c0ad..b50be7cc662b07af51b5fd44a08d9d4584a8f0d0 100644
--- a/net/base/net_util.cc
+++ b/net/base/net_util.cc
@@ -1004,7 +1004,7 @@ NetworkInterface::NetworkInterface(const std::string& name,
uint32 interface_index,
NetworkChangeNotifier::ConnectionType type,
const IPAddressNumber& address,
- size_t network_prefix)
+ uint32 network_prefix)
: name(name),
friendly_name(friendly_name),
interface_index(interface_index),
« no previous file with comments | « net/base/net_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698