| 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 1c9745f19ffc0238b301e0bc09bdd4b48723e145..53960953b3e5c20e8876a9e842297e26126dbf0b 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_common.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_common.cc
|
| @@ -39,7 +39,7 @@ void WifiDataProviderCommon::StopDataProvider() {
|
| Stop();
|
| }
|
|
|
| -bool WifiDataProviderCommon::GetData(WifiData *data) {
|
| +bool WifiDataProviderCommon::GetData(WifiData* data) {
|
| DCHECK(CalledOnClientThread());
|
| DCHECK(data);
|
| base::AutoLock lock(data_mutex_);
|
|
|