| Index: device/geolocation/location_arbitrator.h
|
| diff --git a/content/browser/geolocation/location_arbitrator.h b/device/geolocation/location_arbitrator.h
|
| similarity index 77%
|
| rename from content/browser/geolocation/location_arbitrator.h
|
| rename to device/geolocation/location_arbitrator.h
|
| index 3f9c6326e223884ec895429cfb2ce1eb59c2e7c2..379116423f1d2d1f89dcbc31ddf0c97dec4db185 100644
|
| --- a/content/browser/geolocation/location_arbitrator.h
|
| +++ b/device/geolocation/location_arbitrator.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| -#define CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#ifndef DEVICE_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#define DEVICE_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
|
|
| -#include "content/common/content_export.h"
|
| +#include "device/geolocation/geolocation_export.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| // This class is responsible for handling updates from multiple underlying
|
| // providers and resolving them to a single 'best' location fix at any given
|
| // moment.
|
| -class CONTENT_EXPORT LocationArbitrator {
|
| +class DEVICE_GEOLOCATION_EXPORT LocationArbitrator {
|
| public:
|
| virtual ~LocationArbitrator() {};
|
|
|
| @@ -32,6 +32,6 @@ public:
|
| virtual bool HasPermissionBeenGranted() const = 0;
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|
| -#endif // CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#endif // DEVICE_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
|
|