Index: third_party/WebKit/Source/modules/geolocation/GeoNotifier.h |
diff --git a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h |
index 67f02775c9377adbd11ce3b9f258207a49017aa5..976aca8559151d7808e6165d3700eea874a9e732 100644 |
--- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h |
+++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h |
@@ -14,7 +14,7 @@ |
namespace blink { |
class Geolocation; |
-class Geoposition; |
+class Position; |
class PositionError; |
class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> { |
@@ -40,7 +40,7 @@ class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> { |
// an interval of 0. |
void SetUseCachedPosition(); |
- void RunSuccessCallback(Geoposition*); |
+ void RunSuccessCallback(Position*); |
void RunErrorCallback(PositionError*); |
void StartTimer(); |