| Index: content/browser/geolocation/wifi_data_provider_common.cc
|
| diff --git a/content/browser/geolocation/wifi_data_provider_common.cc b/content/browser/geolocation/wifi_data_provider_common.cc
|
| index 16c11df7076818be94d9342cb861d5740126059b..b84a8e237a35503da922eb8edf5217cefe912d53 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_common.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_common.cc
|
| @@ -105,5 +105,5 @@ void WifiDataProviderCommon::ScheduleNextScan(int interval) {
|
| FROM_HERE,
|
| base::Bind(&WifiDataProviderCommon::DoWifiScanTask,
|
| weak_factory_.GetWeakPtr()),
|
| - interval);
|
| + base::TimeDelta::FromMilliseconds(interval));
|
| }
|
|
|