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 976aca8559151d7808e6165d3700eea874a9e732..67f02775c9377adbd11ce3b9f258207a49017aa5 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 Position; |
+class Geoposition; |
class PositionError; |
class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> { |
@@ -40,7 +40,7 @@ |
// an interval of 0. |
void SetUseCachedPosition(); |
- void RunSuccessCallback(Position*); |
+ void RunSuccessCallback(Geoposition*); |
void RunErrorCallback(PositionError*); |
void StartTimer(); |