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); |
} |