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

Unified Diff: device/geolocation/wifi_data_provider_mac.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « device/geolocation/wifi_data_provider_corewlan_mac.mm ('k') | device/geolocation/wifi_data_provider_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/wifi_data_provider_mac.h
diff --git a/device/geolocation/wifi_data_provider_mac.h b/device/geolocation/wifi_data_provider_mac.h
index 7d1f30bf59eda93cda810ae16d470df0d596f353..42f28984d56655f923727520957ef643d87cdab7 100644
--- a/device/geolocation/wifi_data_provider_mac.h
+++ b/device/geolocation/wifi_data_provider_mac.h
@@ -27,10 +27,6 @@ class WifiDataProviderMac : public WifiDataProviderCommon {
DISALLOW_COPY_AND_ASSIGN(WifiDataProviderMac);
};
-// Creates and returns a new API binding for the CoreWLAN API, or NULL if the
-// API can not be initialized.
-WifiDataProviderCommon::WlanApiInterface* NewCoreWlanApi();
-
} // namespace device
#endif // DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_MAC_H_
« no previous file with comments | « device/geolocation/wifi_data_provider_corewlan_mac.mm ('k') | device/geolocation/wifi_data_provider_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698