Chromium Code Reviews| Index: chrome/browser/geolocation/wifi_data_provider_common.h |
| diff --git a/chrome/browser/geolocation/wifi_data_provider_common.h b/chrome/browser/geolocation/wifi_data_provider_common.h |
| index c647c06f080b6fc183f65037bd7920095caa9e14..70477c169036ed8ab3afa1bc1a7ddca6b3a2bfae 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). |