| 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
|
|
|