diff options
Diffstat (limited to 'content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc')
-rw-r--r-- | content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc b/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc index 541b284..f9deb66 100644 --- a/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc +++ b/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc @@ -54,7 +54,7 @@ class GeolocationChromeOsWifiDataProviderTest : public testing::Test { shill::kGeoChannelProperty, channel); properties.SetStringWithoutPathExpansion( shill::kGeoSignalStrengthProperty, strength); - manager_test_->AddGeoNetwork(flimflam::kTypeWifi, properties); + manager_test_->AddGeoNetwork(shill::kTypeWifi, properties); } } message_loop_.RunUntilIdle(); |