| 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 5faa05db404ca8c70e1f70bbff2d647affff4587..4c8a1fc88928c50b5394d7fe90fd9f61ddd55a72 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| @@ -56,7 +56,7 @@
|
| timer_.StartOneShot(0, BLINK_FROM_HERE);
|
| }
|
|
|
| -void GeoNotifier::RunSuccessCallback(Position* position) {
|
| +void GeoNotifier::RunSuccessCallback(Geoposition* position) {
|
| success_callback_->handleEvent(position);
|
| }
|
|
|
|
|