diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 16:38:43 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 16:38:43 +0000 |
commit | 25e18f853986d17f3a8492c587451cff9d61d3b1 (patch) | |
tree | 375996e463638aeabde3e161da37d5272c5628e0 /chrome/browser/geolocation/network_location_provider.h | |
parent | 9eb33631c0fb50dc24f5e1961aa111e06784ef4f (diff) | |
download | chromium_src-25e18f853986d17f3a8492c587451cff9d61d3b1.zip chromium_src-25e18f853986d17f3a8492c587451cff9d61d3b1.tar.gz chromium_src-25e18f853986d17f3a8492c587451cff9d61d3b1.tar.bz2 |
FBTF: Hopefully, the last ctor patch.
With this final patch, the chrome target compiles without my new warnings.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/4099006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/network_location_provider.h')
-rw-r--r-- | chrome/browser/geolocation/network_location_provider.h | 3 |
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. |