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

Unified Diff: third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp

Issue 2809843002: Geolocation: rename Geoposition to Position to follow Spec (Closed)
Patch Set: position-string-expected.txt Created 3 years, 8 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: third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
diff --git a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
index 4c8a1fc88928c50b5394d7fe90fd9f61ddd55a72..5faa05db404ca8c70e1f70bbff2d647affff4587 100644
--- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
+++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
@@ -56,7 +56,7 @@ void GeoNotifier::SetUseCachedPosition() {
timer_.StartOneShot(0, BLINK_FROM_HERE);
}
-void GeoNotifier::RunSuccessCallback(Geoposition* position) {
+void GeoNotifier::RunSuccessCallback(Position* position) {
success_callback_->handleEvent(position);
}

Powered by Google App Engine
This is Rietveld 408576698