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

Unified Diff: blimp/engine/feature/geolocation/blimp_location_provider.cc

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: blimp/engine/feature/geolocation/blimp_location_provider.cc
diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.cc b/blimp/engine/feature/geolocation/blimp_location_provider.cc
index eed675f8b45460592e693de4fdb6e6407a642466..92e64fdb8e29b5507c28c1fb09b1021fe04ada4b 100644
--- a/blimp/engine/feature/geolocation/blimp_location_provider.cc
+++ b/blimp/engine/feature/geolocation/blimp_location_provider.cc
@@ -7,7 +7,7 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/memory/weak_ptr.h"
-#include "device/geolocation/geoposition.h"
+#include "content/public/common/geoposition.h"
namespace blimp {
namespace engine {
@@ -44,7 +44,7 @@ void BlimpLocationProvider::StopProvider() {
}
}
-void BlimpLocationProvider::GetPosition(device::Geoposition* position) {
+void BlimpLocationProvider::GetPosition(content::Geoposition* position) {
*position = cached_position_;
}

Powered by Google App Engine
This is Rietveld 408576698