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 ee91c10adf5dc9eaba93f7e84898a4ca617c1dd9..e254fe1eda3b0dac5b07298e5a61cafbba6a65d6 100644 |
--- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h |
+++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h |
@@ -61,7 +61,7 @@ |
Member<PositionCallback> m_successCallback; |
Member<PositionErrorCallback> m_errorCallback; |
const PositionOptions m_options; |
- TaskRunnerTimer<GeoNotifier> m_timer; |
+ Timer<GeoNotifier> m_timer; |
Member<PositionError> m_fatalError; |
bool m_useCachedPosition; |
}; |