| Index: device/geolocation/wifi_polling_policy.h
|
| diff --git a/content/browser/geolocation/wifi_polling_policy.h b/device/geolocation/wifi_polling_policy.h
|
| similarity index 88%
|
| rename from content/browser/geolocation/wifi_polling_policy.h
|
| rename to device/geolocation/wifi_polling_policy.h
|
| index 5798e5dddaa3c5c71544ee282664b5eaf10e08a1..2d820403d925d4615f75d41c979877605b21c7fa 100644
|
| --- a/content/browser/geolocation/wifi_polling_policy.h
|
| +++ b/device/geolocation/wifi_polling_policy.h
|
| @@ -2,12 +2,12 @@
|
| // 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_POLLING_POLICY_H_
|
| -#define CONTENT_BROWSER_GEOLOCATION_WIFI_POLLING_POLICY_H_
|
| +#ifndef DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
|
| +#define DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
|
|
|
| #include "base/macros.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| // Allows sharing and mocking of the update polling policy function.
|
| class WifiPollingPolicy {
|
| @@ -52,6 +52,6 @@ class GenericWifiPollingPolicy : public WifiPollingPolicy {
|
| int polling_interval_;
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|
| -#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_POLLING_POLICY_H_
|
| +#endif // DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
|
|
|