diff options
Diffstat (limited to 'chrome/browser/geolocation/wifi_data_provider_common.h')
-rw-r--r-- | chrome/browser/geolocation/wifi_data_provider_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/wifi_data_provider_common.h b/chrome/browser/geolocation/wifi_data_provider_common.h index c647c06..70477c1 100644 --- a/chrome/browser/geolocation/wifi_data_provider_common.h +++ b/chrome/browser/geolocation/wifi_data_provider_common.h @@ -105,7 +105,7 @@ class WifiDataProviderCommon void ScheduleNextScan(int interval); WifiData wifi_data_; - Lock data_mutex_; + base::Lock data_mutex_; // Whether we've successfully completed a scan for WiFi data (or the polling // thread has terminated early). |