summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/network_location_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/geolocation/network_location_provider.h')
-rw-r--r--chrome/browser/geolocation/network_location_provider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/geolocation/network_location_provider.h b/chrome/browser/geolocation/network_location_provider.h
index 47267f2..1e2485b 100644
--- a/chrome/browser/geolocation/network_location_provider.h
+++ b/chrome/browser/geolocation/network_location_provider.h
@@ -35,6 +35,9 @@ class NetworkLocationProvider
// device data.
static const size_t kMaximumSize;
+ PositionCache();
+ ~PositionCache();
+
// Caches the current position response for the current set of cell ID and
// WiFi data. In the case of the cache exceeding kMaximumSize this will
// evict old entries in FIFO orderer of being added.