| Index: content/browser/geolocation/location_arbitrator_impl.h
|
| diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h
|
| index 21ba90e98e394f28f5d15ecdbc576e6965805ec6..45682abc43b9a90549be9a04a814920867ff70c9 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl.h
|
| +++ b/content/browser/geolocation/location_arbitrator_impl.h
|
| @@ -42,10 +42,10 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator {
|
| static GURL DefaultNetworkProviderURL();
|
|
|
| // LocationArbitrator
|
| - virtual void StartProviders(bool use_high_accuracy) OVERRIDE;
|
| - virtual void StopProviders() OVERRIDE;
|
| - virtual void OnPermissionGranted() OVERRIDE;
|
| - virtual bool HasPermissionBeenGranted() const OVERRIDE;
|
| + virtual void StartProviders(bool use_high_accuracy) override;
|
| + virtual void StopProviders() override;
|
| + virtual void OnPermissionGranted() override;
|
| + virtual bool HasPermissionBeenGranted() const override;
|
|
|
| protected:
|
| AccessTokenStore* GetAccessTokenStore();
|
|
|