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..63a8b473de7a012d8c3c642890b9c13b864a7235 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/public/cpp/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_ |