| Index: content/browser/geolocation/location_arbitrator.h
|
| diff --git a/device/geolocation/location_arbitrator.h b/content/browser/geolocation/location_arbitrator.h
|
| similarity index 77%
|
| rename from device/geolocation/location_arbitrator.h
|
| rename to content/browser/geolocation/location_arbitrator.h
|
| index 379116423f1d2d1f89dcbc31ddf0c97dec4db185..3f9c6326e223884ec895429cfb2ce1eb59c2e7c2 100644
|
| --- a/device/geolocation/location_arbitrator.h
|
| +++ b/content/browser/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 DEVICE_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| -#define DEVICE_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
|
|
| -#include "device/geolocation/geolocation_export.h"
|
| +#include "content/common/content_export.h"
|
|
|
| -namespace device {
|
| +namespace content {
|
|
|
| // 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 DEVICE_GEOLOCATION_EXPORT LocationArbitrator {
|
| +class CONTENT_EXPORT LocationArbitrator {
|
| public:
|
| virtual ~LocationArbitrator() {};
|
|
|
| @@ -32,6 +32,6 @@ public:
|
| virtual bool HasPermissionBeenGranted() const = 0;
|
| };
|
|
|
| -} // namespace device
|
| +} // namespace content
|
|
|
| -#endif // DEVICE_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
|
|