aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-net_base_mock__network__change__notifier.cc
blob: c03d3070a457394cc7a286f81eb831a2facc791f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/base/mock_network_change_notifier.cc.orig	2023-08-10 01:48:47 UTC
+++ net/base/mock_network_change_notifier.cc
@@ -103,7 +103,7 @@ MockNetworkChangeNotifier::GetCurrentConnectionCost() 
   return connection_cost_;
 }
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 AddressMapOwnerLinux* MockNetworkChangeNotifier::GetAddressMapOwnerInternal() {
   return address_map_owner_;
 }