| Index: device/geolocation/wifi_data.h
|
| diff --git a/content/browser/geolocation/wifi_data.h b/device/geolocation/wifi_data.h
|
| similarity index 81%
|
| rename from content/browser/geolocation/wifi_data.h
|
| rename to device/geolocation/wifi_data.h
|
| index b3cf569bb714b6e66caf7e9f95bc805d1c6f5d0d..8b2efe5bc9c6574a1e54fd9fec8a940f94cca3c5 100644
|
| --- a/content/browser/geolocation/wifi_data.h
|
| +++ b/device/geolocation/wifi_data.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_H_
|
| -#define CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_H_
|
| +#ifndef DEVICE_GEOLOCATION_WIFI_DATA_H_
|
| +#define DEVICE_GEOLOCATION_WIFI_DATA_H_
|
|
|
| #include <set>
|
|
|
| #include "base/strings/string16.h"
|
| -#include "content/common/content_export.h"
|
| +#include "device/geolocation/geolocation_export.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| // Wifi data relating to a single access point.
|
| -struct CONTENT_EXPORT AccessPointData {
|
| +struct DEVICE_GEOLOCATION_EXPORT AccessPointData {
|
| AccessPointData();
|
| ~AccessPointData();
|
|
|
| @@ -35,7 +35,7 @@ struct AccessPointDataLess {
|
| };
|
|
|
| // All data for wifi.
|
| -struct CONTENT_EXPORT WifiData {
|
| +struct DEVICE_GEOLOCATION_EXPORT WifiData {
|
| WifiData();
|
| WifiData(const WifiData& other);
|
| ~WifiData();
|
| @@ -49,6 +49,6 @@ struct CONTENT_EXPORT WifiData {
|
| AccessPointDataSet access_point_data;
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|
| -#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_H_
|
| +#endif // DEVICE_GEOLOCATION_WIFI_DATA_H_
|
|
|