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

Unified Diff: content/browser/geolocation/location_provider.h

Issue 8997008: Move AccessTokenStore to Content API, now that it is a pure-virtual class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head (pure merge). Created 9 years 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: 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);
« no previous file with comments | « content/browser/geolocation/location_arbitrator_unittest.cc ('k') | content/browser/geolocation/network_location_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698