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

Unified Diff: content/browser/geolocation/wifi_data_provider_corewlan_mac.mm

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: 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
Index: content/browser/geolocation/wifi_data_provider_corewlan_mac.mm
diff --git a/device/geolocation/wifi_data_provider_corewlan_mac.mm b/content/browser/geolocation/wifi_data_provider_corewlan_mac.mm
similarity index 98%
copy from device/geolocation/wifi_data_provider_corewlan_mac.mm
copy to content/browser/geolocation/wifi_data_provider_corewlan_mac.mm
index 25ee71316777443bf5667d63e572d8aafbc0f1aa..89485d55bea2a85fd849f7601f2380e803d041e8 100644
--- a/device/geolocation/wifi_data_provider_corewlan_mac.mm
+++ b/content/browser/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 "device/geolocation/wifi_data_provider_mac.h"
+#include "content/browser/geolocation/wifi_data_provider_mac.h"
#include <dlfcn.h>
#import <Foundation/Foundation.h>
@@ -46,7 +46,7 @@
- (BOOL)isEqualToNetwork:(CWNetwork*)network;
@end
-namespace device {
+namespace content {
class CoreWlanApi : public WifiDataProviderCommon::WlanApiInterface {
public:
@@ -189,4 +189,4 @@ WifiDataProviderCommon::WlanApiInterface* NewCoreWlanApi() {
return NULL;
}
-} // namespace device
+} // namespace content
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_common_win.cc ('k') | content/browser/geolocation/wifi_data_provider_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698