| Index: device/geolocation/wifi_data_provider_common.cc
|
| diff --git a/content/browser/geolocation/wifi_data_provider_common.cc b/device/geolocation/wifi_data_provider_common.cc
|
| similarity index 96%
|
| rename from content/browser/geolocation/wifi_data_provider_common.cc
|
| rename to device/geolocation/wifi_data_provider_common.cc
|
| index 572455a6c4f3c1b1bf7797ecd1c645f4d7004f4e..e5ac86fadc2094a0e2982865e16c3f260bc2d83a 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_common.cc
|
| +++ b/device/geolocation/wifi_data_provider_common.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_provider_common.h"
|
| +#include "device/geolocation/wifi_data_provider_common.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| @@ -10,7 +10,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| base::string16 MacAddressAsString16(const uint8_t mac_as_int[6]) {
|
| // mac_as_int is big-endian. Write in byte chunks.
|
| @@ -88,4 +88,4 @@ void WifiDataProviderCommon::ScheduleNextScan(int interval) {
|
| base::TimeDelta::FromMilliseconds(interval));
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|