| Index: device/geolocation/BUILD.gn
 | 
| diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
 | 
| index 99e6de356c67ae7a5296898c1d89b559d232b77e..02587804aa5357f9ecc296d0ba9919c8814274e6 100644
 | 
| --- a/device/geolocation/BUILD.gn
 | 
| +++ b/device/geolocation/BUILD.gn
 | 
| @@ -50,11 +50,10 @@ component("geolocation") {
 | 
|      "wifi_data_provider_common.h",
 | 
|      "wifi_data_provider_common_win.cc",
 | 
|      "wifi_data_provider_common_win.h",
 | 
| -    "wifi_data_provider_corewlan_mac.mm",
 | 
|      "wifi_data_provider_linux.cc",
 | 
|      "wifi_data_provider_linux.h",
 | 
| -    "wifi_data_provider_mac.cc",
 | 
|      "wifi_data_provider_mac.h",
 | 
| +    "wifi_data_provider_mac.mm",
 | 
|      "wifi_data_provider_manager.cc",
 | 
|      "wifi_data_provider_manager.h",
 | 
|      "wifi_data_provider_win.cc",
 | 
| @@ -108,7 +107,10 @@ component("geolocation") {
 | 
|    }
 | 
|  
 | 
|    if (is_mac) {
 | 
| -    libs = [ "Foundation.framework" ]
 | 
| +    libs = [
 | 
| +      "CoreWLAN.framework",
 | 
| +      "Foundation.framework",
 | 
| +    ]
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |