Index: chrome/browser/geolocation/core_location_provider_mac.h |
diff --git a/chrome/browser/geolocation/core_location_provider_mac.h b/chrome/browser/geolocation/core_location_provider_mac.h |
index 0d7d74706f8c3194dea5fca78790903ddea86954..b936bfef04490dcaa00505523cd796e40b02da4b 100644 |
--- a/chrome/browser/geolocation/core_location_provider_mac.h |
+++ b/chrome/browser/geolocation/core_location_provider_mac.h |
@@ -29,6 +29,7 @@ class CoreLocationProviderMac : public LocationProviderBase { |
void SetPosition(Geoposition* position); |
private: |
+ bool is_updating_; |
CoreLocationDataProviderMac* data_provider_; |
Geoposition position_; |
}; |