Index: content/browser/geolocation/wifi_data_provider_chromeos.h |
diff --git a/content/browser/geolocation/wifi_data_provider_chromeos.h b/content/browser/geolocation/wifi_data_provider_chromeos.h |
index 0118298a78d3795f2c0122bc6193018d6d03d264..b3f5f731ee09d32badbd674e06ccddc916807538 100644 |
--- a/content/browser/geolocation/wifi_data_provider_chromeos.h |
+++ b/content/browser/geolocation/wifi_data_provider_chromeos.h |
@@ -6,7 +6,8 @@ |
#define CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_CHROMEOS_H_ |
#include "base/compiler_specific.h" |
-#include "content/browser/geolocation/wifi_data_provider_common.h" |
+#include "content/browser/geolocation/wifi_data_provider.h" |
+#include "content/browser/geolocation/wifi_polling_policy.h" |
namespace content { |
@@ -45,9 +46,6 @@ class CONTENT_EXPORT WifiDataProviderChromeOs |
// Get access point data from chromeos. |
bool GetAccessPointData(WifiData::AccessPointDataSet* data); |
- // Underlying OS wifi API. (UI thread) |
- scoped_ptr<WifiDataProviderCommon::WlanApiInterface> wlan_api_; |
- |
// Controls the polling update interval. (client thread) |
scoped_ptr<PollingPolicyInterface> polling_policy_; |