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

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

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_common_win.cc
diff --git a/device/geolocation/wifi_data_provider_common_win.cc b/content/browser/geolocation/wifi_data_provider_common_win.cc
similarity index 91%
copy from device/geolocation/wifi_data_provider_common_win.cc
copy to content/browser/geolocation/wifi_data_provider_common_win.cc
index cc4c9737bf54bbcca0337ea6555734fbdff08062..77ff286062a2268281fd93aa86176047447bfa83 100644
--- a/device/geolocation/wifi_data_provider_common_win.cc
+++ b/content/browser/geolocation/wifi_data_provider_common_win.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/geolocation/wifi_data_provider_common_win.h"
+#include "content/browser/geolocation/wifi_data_provider_common_win.h"
#include <assert.h>
#include <stdint.h>
#include "base/strings/utf_string_conversions.h"
-#include "device/geolocation/wifi_data_provider_common.h"
+#include "content/browser/geolocation/wifi_data_provider_common.h"
-namespace device {
+namespace content {
bool ConvertToAccessPointData(const NDIS_WLAN_BSSID& data,
AccessPointData *access_point_data) {
@@ -54,4 +54,4 @@ int GetDataFromBssIdList(const NDIS_802_11_BSSID_LIST& bss_id_list,
return found;
}
-} // namespace device
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698