| Index: device/geolocation/wifi_data.cc
|
| diff --git a/content/browser/geolocation/wifi_data.cc b/device/geolocation/wifi_data.cc
|
| similarity index 94%
|
| rename from content/browser/geolocation/wifi_data.cc
|
| rename to device/geolocation/wifi_data.cc
|
| index d82e6f442f0334ac3db46680335e216416423f70..6b8fdb237693e868f5f40c187a162e88be69fc79 100644
|
| --- a/content/browser/geolocation/wifi_data.cc
|
| +++ b/device/geolocation/wifi_data.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/geolocation/wifi_data.h"
|
| +#include "device/geolocation/wifi_data.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| AccessPointData::AccessPointData()
|
| : radio_signal_strength(std::numeric_limits<int32_t>::min()),
|
| @@ -54,4 +54,4 @@ bool WifiData::DiffersSignificantly(const WifiData& other) const {
|
| return max_ap_count > num_common + difference_threadhold;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|