summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/location_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/location_provider.h')
-rw-r--r--content/browser/geolocation/location_provider.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/browser/geolocation/location_provider.h b/content/browser/geolocation/location_provider.h
index b282527..f0f666c 100644
--- a/content/browser/geolocation/location_provider.h
+++ b/content/browser/geolocation/location_provider.h
@@ -19,10 +19,13 @@
#include "base/threading/non_thread_safe.h"
#include "content/common/content_export.h"
-class AccessTokenStore;
struct Geoposition;
class GURL;
+namespace content {
+class AccessTokenStore;
+}
+
namespace net {
class URLRequestContextGetter;
}
@@ -93,7 +96,7 @@ class CONTENT_EXPORT LocationProviderBase
// Factory functions for the various types of location provider to abstract
// over the platform-dependent implementations.
CONTENT_EXPORT LocationProviderBase* NewNetworkLocationProvider(
- AccessTokenStore* access_token_store,
+ content::AccessTokenStore* access_token_store,
net::URLRequestContextGetter* context,
const GURL& url,
const string16& access_token);