| 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 fe0e57837c22fccb5ae33da3c29e8b69c6cd9ab1..e0f43212ee81954c574906a2d38af4ba65aa6c51 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
|
| @@ -46,7 +46,7 @@ public:
|
| // Runs the error callback if there is a fatal error. Otherwise, if a
|
| // cached position must be used, registers itself for receiving one.
|
| // Otherwise, the notifier has expired, and its error callback is run.
|
| - void timerFired(Timer<GeoNotifier>*);
|
| + void timerFired(TimerBase*);
|
|
|
| private:
|
| GeoNotifier(Geolocation*, PositionCallback*, PositionErrorCallback*, const PositionOptions&);
|
|
|