| Index: content/browser/geolocation/location_provider.h
|
| diff --git a/content/browser/geolocation/location_provider.h b/content/browser/geolocation/location_provider.h
|
| index b282527f2b9074cc84e4dbdf954c4083172fc2c3..f0f666c3cc2d760eea160babbeeea43baa9964c3 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);
|
|
|