| Index: chrome/browser/geolocation/gateway_data_provider_common.h
|
| diff --git a/chrome/browser/geolocation/gateway_data_provider_common.h b/chrome/browser/geolocation/gateway_data_provider_common.h
|
| index cc1c85a07989aff623e395e530e7dade6e46bec8..ba0eb5893a4215fe9cfeb9c3229ddd0b11d03696 100644
|
| --- a/chrome/browser/geolocation/gateway_data_provider_common.h
|
| +++ b/chrome/browser/geolocation/gateway_data_provider_common.h
|
| @@ -83,7 +83,7 @@ class GatewayDataProviderCommon
|
| // Will schedule a scan; i.e. enqueue DoRouterScanTask deferred task.
|
| void ScheduleNextScan(int interval);
|
|
|
| - Lock data_mutex_;
|
| + base::Lock data_mutex_;
|
| // Whether we've successfully completed a scan for gateway data (or the
|
| // polling thread has terminated early).
|
| bool is_first_scan_complete_;
|
|
|