Roll Fuchsia SDK from 9d623aaaba71 to cdb810be4406

Also includes minor changes in //net to account for changes in
fuchsia.netstack API.

[email protected]

Change-Id: Ic473819b6aa65c6876bff0cf4f4544a471297b29
Reviewed-on: https://chromium-review.googlesource.com/c/1370487
Commit-Queue: Sergey Ulanov <[email protected]>
Reviewed-by: Kevin Marshall <[email protected]>
Cr-Commit-Position: refs/heads/master@{#615276}
diff --git a/net/base/network_change_notifier_fuchsia.cc b/net/base/network_change_notifier_fuchsia.cc
index e4ef84b..6698ec6 100644
--- a/net/base/network_change_notifier_fuchsia.cc
+++ b/net/base/network_change_notifier_fuchsia.cc
@@ -94,8 +94,8 @@
   auto default_route_interface = std::find_if(
       route_table->begin(), route_table->end(),
       [](const fuchsia::netstack::RouteTableEntry& rt) {
-        return MaskPrefixLength(internal::NetAddressToIPAddress(rt.netmask)) ==
-               0;
+        return MaskPrefixLength(
+                   internal::FuchsiaIpAddressToIPAddress(rt.netmask)) == 0;
       });
 
   // Find the default interface in the NetInterface list.