Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2237)

Unified Diff: device/geolocation/wifi_data_provider_chromeos_unittest.cc

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Update device tests to use correct dict key Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698