summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/access_token_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/access_token_store.h')
-rw-r--r--content/browser/geolocation/access_token_store.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/geolocation/access_token_store.h b/content/browser/geolocation/access_token_store.h
index e40bb92..804f22b 100644
--- a/content/browser/geolocation/access_token_store.h
+++ b/content/browser/geolocation/access_token_store.h
@@ -45,8 +45,9 @@ class AccessTokenStore : public base::RefCountedThreadSafe<AccessTokenStore>,
// so it is efficient to piggyback it onto this request.
// Takes ownership of |callback|.
// Returns a handle which can subsequently be used with CancelRequest().
- Handle LoadAccessTokens(CancelableRequestConsumerBase* consumer,
- LoadAccessTokensCallbackType* callback);
+ CONTENT_EXPORT Handle LoadAccessTokens(
+ CancelableRequestConsumerBase* consumer,
+ LoadAccessTokensCallbackType* callback);
virtual void SaveAccessToken(
const GURL& server_url, const string16& access_token) = 0;