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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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: content/browser/geolocation/access_token_store.h
diff --git a/content/browser/geolocation/access_token_store.h b/content/browser/geolocation/access_token_store.h
index df3ec61e9048c758e7047fa7f64f5d39eb8cfe5f..e40bb92365fe024dfcaafc258511d175f7aa14f2 100644
--- a/content/browser/geolocation/access_token_store.h
+++ b/content/browser/geolocation/access_token_store.h
@@ -20,6 +20,7 @@
#include "base/memory/ref_counted.h"
#include "base/string16.h"
#include "content/browser/cancelable_request.h"
+#include "content/common/content_export.h"
#include "googleurl/src/gurl.h"
class GURL;
@@ -52,8 +53,8 @@ class AccessTokenStore : public base::RefCountedThreadSafe<AccessTokenStore>,
protected:
friend class base::RefCountedThreadSafe<AccessTokenStore>;
- AccessTokenStore();
- virtual ~AccessTokenStore();
+ CONTENT_EXPORT AccessTokenStore();
+ CONTENT_EXPORT virtual ~AccessTokenStore();
virtual void DoLoadAccessTokens(
scoped_refptr<CancelableRequest<LoadAccessTokensCallbackType> > req) = 0;

Powered by Google App Engine
This is Rietveld 408576698