| Index: device/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| diff --git a/device/geolocation/wifi_data_provider_chromeos_unittest.cc b/device/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| index d740b2f1e50ebfd2d9863fba6202991eb7c787cb..9234cb0c3b257f2a859f7c4ffd0a864524a073a9 100644
|
| --- a/device/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| +++ b/device/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| @@ -52,7 +52,8 @@ class GeolocationChromeOsWifiDataProviderTest : public testing::Test {
|
| channel);
|
| properties.SetStringWithoutPathExpansion(
|
| shill::kGeoSignalStrengthProperty, strength);
|
| - manager_test_->AddGeoNetwork(shill::kTypeWifi, properties);
|
| + manager_test_->AddGeoNetwork(shill::kGeoWifiAccessPointsProperty,
|
| + properties);
|
| }
|
| }
|
| base::RunLoop().RunUntilIdle();
|
|
|