| Index: device/geolocation/wifi_data_provider_linux.h
|
| diff --git a/content/browser/geolocation/wifi_data_provider_linux.h b/device/geolocation/wifi_data_provider_linux.h
|
| similarity index 60%
|
| rename from content/browser/geolocation/wifi_data_provider_linux.h
|
| rename to device/geolocation/wifi_data_provider_linux.h
|
| index 238c95a8f0d6cb7bbd54e112412201b2746cb277..69dd37e51366a550f59161dc6710c3e97c20c324 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_linux.h
|
| +++ b/device/geolocation/wifi_data_provider_linux.h
|
| @@ -2,21 +2,22 @@
|
| // 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_PROVIDER_LINUX_H_
|
| -#define CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| +#ifndef DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| +#define DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "content/browser/geolocation/wifi_data_provider_common.h"
|
| -#include "content/common/content_export.h"
|
| +#include "device/geolocation/geolocation_export.h"
|
| +#include "device/geolocation/wifi_data_provider_common.h"
|
|
|
| namespace dbus {
|
| class Bus;
|
| };
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| -class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
|
| +class DEVICE_GEOLOCATION_EXPORT WifiDataProviderLinux
|
| + : public WifiDataProviderCommon {
|
| public:
|
| WifiDataProviderLinux();
|
|
|
| @@ -35,6 +36,6 @@ class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
|
| DISALLOW_COPY_AND_ASSIGN(WifiDataProviderLinux);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|
| -#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| +#endif // DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
|
|