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