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

Unified Diff: device/geolocation/wifi_data_provider_corewlan_mac.mm

Issue 2185993003: Reland: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make geolocation.gyp a component and define DEVICE_GEOLOCATION_IMPLEMENTATION Created 4 years, 5 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 | « device/geolocation/wifi_data_provider_common_win.cc ('k') | device/geolocation/wifi_data_provider_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/wifi_data_provider_corewlan_mac.mm
diff --git a/content/browser/geolocation/wifi_data_provider_corewlan_mac.mm b/device/geolocation/wifi_data_provider_corewlan_mac.mm
similarity index 98%
rename from content/browser/geolocation/wifi_data_provider_corewlan_mac.mm
rename to device/geolocation/wifi_data_provider_corewlan_mac.mm
index 89485d55bea2a85fd849f7601f2380e803d041e8..25ee71316777443bf5667d63e572d8aafbc0f1aa 100644
--- a/content/browser/geolocation/wifi_data_provider_corewlan_mac.mm
+++ b/device/geolocation/wifi_data_provider_corewlan_mac.mm
@@ -4,7 +4,7 @@
// Implements a WLAN API binding for CoreWLAN, as available on OSX 10.6
-#include "content/browser/geolocation/wifi_data_provider_mac.h"
+#include "device/geolocation/wifi_data_provider_mac.h"
#include <dlfcn.h>
#import <Foundation/Foundation.h>
@@ -46,7 +46,7 @@
- (BOOL)isEqualToNetwork:(CWNetwork*)network;
@end
-namespace content {
+namespace device {
class CoreWlanApi : public WifiDataProviderCommon::WlanApiInterface {
public:
@@ -189,4 +189,4 @@ WifiDataProviderCommon::WlanApiInterface* NewCoreWlanApi() {
return NULL;
}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/geolocation/wifi_data_provider_common_win.cc ('k') | device/geolocation/wifi_data_provider_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698