| Index: content/browser/geolocation/wifi_data_provider_linux.h
|
| diff --git a/device/geolocation/wifi_data_provider_linux.h b/content/browser/geolocation/wifi_data_provider_linux.h
|
| similarity index 60%
|
| copy from device/geolocation/wifi_data_provider_linux.h
|
| copy to content/browser/geolocation/wifi_data_provider_linux.h
|
| index 69dd37e51366a550f59161dc6710c3e97c20c324..238c95a8f0d6cb7bbd54e112412201b2746cb277 100644
|
| --- a/device/geolocation/wifi_data_provider_linux.h
|
| +++ b/content/browser/geolocation/wifi_data_provider_linux.h
|
| @@ -2,22 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| -#define DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "device/geolocation/geolocation_export.h"
|
| -#include "device/geolocation/wifi_data_provider_common.h"
|
| +#include "content/browser/geolocation/wifi_data_provider_common.h"
|
| +#include "content/common/content_export.h"
|
|
|
| namespace dbus {
|
| class Bus;
|
| };
|
|
|
| -namespace device {
|
| +namespace content {
|
|
|
| -class DEVICE_GEOLOCATION_EXPORT WifiDataProviderLinux
|
| - : public WifiDataProviderCommon {
|
| +class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
|
| public:
|
| WifiDataProviderLinux();
|
|
|
| @@ -36,6 +35,6 @@ class DEVICE_GEOLOCATION_EXPORT WifiDataProviderLinux
|
| DISALLOW_COPY_AND_ASSIGN(WifiDataProviderLinux);
|
| };
|
|
|
| -} // namespace device
|
| +} // namespace content
|
|
|
| -#endif // DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
|
|
|