summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/network_location_provider.h
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 14:58:41 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 14:58:41 +0000
commitee8829a058616ab519740edeec6fd1eaf41e748f (patch)
tree437d9da2f64a19bbdfa9e7d8a6c6cac282e0e485 /chrome/browser/geolocation/network_location_provider.h
parentfacf2f049458b5875398cf26cd78a59365484911 (diff)
downloadchromium_src-ee8829a058616ab519740edeec6fd1eaf41e748f.zip
chromium_src-ee8829a058616ab519740edeec6fd1eaf41e748f.tar.gz
chromium_src-ee8829a058616ab519740edeec6fd1eaf41e748f.tar.bz2
Switch from using custom time / epoch handling code (inherited from gears) to base::Time
BUG=http://code.google.com/p/chromium/issues/detail?id=37510 TEST=unit_tests --gtest_filter=geol* Review URL: http://codereview.chromium.org/776001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/network_location_provider.h')
-rw-r--r--chrome/browser/geolocation/network_location_provider.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/network_location_provider.h b/chrome/browser/geolocation/network_location_provider.h
index ac6e88a..93072fa 100644
--- a/chrome/browser/geolocation/network_location_provider.h
+++ b/chrome/browser/geolocation/network_location_provider.h
@@ -67,8 +67,10 @@ class NetworkLocationProvider
bool is_wifi_data_complete_;
// The timestamp for the latest device data update.
- int64 device_data_updated_timestamp_;
+ base::Time device_data_updated_timestamp_;
+ // Cached value loaded from the token store or set by a previous server
+ // response, and sent in each subsequent network request.
string16 access_token_;
// The current best position estimate.