Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(696)

Unified Diff: content/browser/geolocation/wifi_data_provider_common.cc

Issue 6696022: Refactor WifiDataProviderChromeOs to implement WifiDataProviderImplBase directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GeolocationDeviceDataProviderWifiData.CreateDestroy unit test. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698