| 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 748bca1b9ac9fa29922897f2d84141a3abcf8079..4a86d8cfa6487bb15bde4e904e8df5d928a07cf8 100644
|
| --- a/content/browser/geolocation/location_provider_android.h
|
| +++ b/content/browser/geolocation/location_provider_android.h
|
| @@ -26,7 +26,7 @@ class LocationProviderAndroid : public LocationProviderBase {
|
| virtual void StopProvider() OVERRIDE;
|
| virtual void GetPosition(content::Geoposition* position) OVERRIDE;
|
| virtual void UpdatePosition() OVERRIDE;
|
| - virtual void OnPermissionGranted(const GURL& requesting_frame) OVERRIDE;
|
| + virtual void OnPermissionGranted() OVERRIDE;
|
|
|
| private:
|
| content::Geoposition last_position_;
|
|
|