| Index: content/browser/geolocation/mock_location_arbitrator.h
|
| diff --git a/content/browser/geolocation/mock_location_arbitrator.h b/content/browser/geolocation/mock_location_arbitrator.h
|
| index f096b12f7204d067d3f5b766e8a3fee1f5d6aa60..b65818b89d2cff5c163cbe13add2b2aa4cb2fa2b 100644
|
| --- a/content/browser/geolocation/mock_location_arbitrator.h
|
| +++ b/content/browser/geolocation/mock_location_arbitrator.h
|
| @@ -21,10 +21,10 @@ class MockLocationArbitrator : public LocationArbitrator {
|
|
|
| // LocationArbitrator:
|
| virtual void StartProviders(bool use_high_accuracy)
|
| - OVERRIDE;
|
| - virtual void StopProviders() OVERRIDE;
|
| - virtual void OnPermissionGranted() OVERRIDE;
|
| - virtual bool HasPermissionBeenGranted() const OVERRIDE;
|
| + override;
|
| + virtual void StopProviders() override;
|
| + virtual void OnPermissionGranted() override;
|
| + virtual bool HasPermissionBeenGranted() const override;
|
|
|
| private:
|
| bool permission_granted_;
|
|
|