| Index: content/browser/geolocation/location_provider_android.h
|
| diff --git a/content/browser/geolocation/location_provider_android.h b/content/browser/geolocation/location_provider_android.h
|
| index b4f5886ceba6c30f27807b1d3a332536e718f88e..e24f67cb9809f2acf861a6e57718f5b3231c71f9 100644
|
| --- a/content/browser/geolocation/location_provider_android.h
|
| +++ b/content/browser/geolocation/location_provider_android.h
|
| @@ -23,11 +23,11 @@ class LocationProviderAndroid : public LocationProviderBase {
|
| void NotifyNewGeoposition(const Geoposition& position);
|
|
|
| // LocationProvider.
|
| - virtual bool StartProvider(bool high_accuracy) OVERRIDE;
|
| - virtual void StopProvider() OVERRIDE;
|
| - virtual void GetPosition(Geoposition* position) OVERRIDE;
|
| - virtual void RequestRefresh() OVERRIDE;
|
| - virtual void OnPermissionGranted() OVERRIDE;
|
| + virtual bool StartProvider(bool high_accuracy) override;
|
| + virtual void StopProvider() override;
|
| + virtual void GetPosition(Geoposition* position) override;
|
| + virtual void RequestRefresh() override;
|
| + virtual void OnPermissionGranted() override;
|
|
|
| private:
|
| Geoposition last_position_;
|
|
|