Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1746)

Unified Diff: chrome/browser/geolocation/network_location_provider.cc

Issue 603040: Add support for top level geolocation arbitrator, and access token persistenc... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/geolocation/network_location_provider.cc
===================================================================
--- chrome/browser/geolocation/network_location_provider.cc (revision 38890)
+++ chrome/browser/geolocation/network_location_provider.cc (working copy)
@@ -5,6 +5,7 @@
#include "chrome/browser/geolocation/network_location_provider.h"
#include "base/time.h"
+#include "chrome/browser/geolocation/access_token_store.h"
namespace {
// The maximum period of time we'll wait for a complete set of device data
@@ -103,7 +104,7 @@
// NetworkLocationProvider factory function
LocationProviderBase* NewNetworkLocationProvider(
- LocationProviderBase::AccessTokenStore* access_token_store,
+ AccessTokenStore* access_token_store,
URLRequestContextGetter* context,
const GURL& url,
const string16& host_name) {

Powered by Google App Engine
This is Rietveld 408576698