Index: blimp/engine/feature/geolocation/blimp_location_provider.h |
diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.h b/blimp/engine/feature/geolocation/blimp_location_provider.h |
index 3f23ce7d61859a02dbf8ed36fe7b0c16c267fb79..39372da41c5dda1edc1d186653844ac6a5bce41c 100644 |
--- a/blimp/engine/feature/geolocation/blimp_location_provider.h |
+++ b/blimp/engine/feature/geolocation/blimp_location_provider.h |
@@ -26,7 +26,7 @@ class BlimpLocationProvider : public device::LocationProvider { |
virtual void RequestAccuracy( |
GeolocationSetInterestLevelMessage::Level level) = 0; |
- virtual void RequestRefresh() = 0; |
+ virtual void OnPermissionGranted() = 0; |
virtual void SetUpdateCallback( |
const GeopositionReceivedCallback& callback) = 0; |
}; |