Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: content/browser/geolocation/location_arbitrator.h

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « content/browser/geolocation/location_api_adapter_android.cc ('k') | content/browser/geolocation/location_arbitrator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698