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

Unified Diff: net/base/cookie_store.h

Issue 6969077: net: Add NET_API to net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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: net/base/cookie_store.h
===================================================================
--- net/base/cookie_store.h (revision 85332)
+++ net/base/cookie_store.h (working copy)
@@ -15,6 +15,7 @@
#include "base/memory/ref_counted.h"
#include "base/time.h"
#include "net/base/cookie_options.h"
+#include "net/base/net_api.h"
class GURL;
@@ -24,12 +25,12 @@
// An interface for storing and retrieving cookies. Implementations need to
// be thread safe as its methods can be accessed from IO as well as UI threads.
-class CookieStore : public base::RefCountedThreadSafe<CookieStore> {
+class NET_API CookieStore : public base::RefCountedThreadSafe<CookieStore> {
public:
// This struct contains additional consumer-specific information that might
// be stored with cookies; currently just MAC information, see:
// http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac
- struct CookieInfo {
+ struct NET_API CookieInfo {
CookieInfo();
~CookieInfo();
« base/compiler_specific.h ('K') | « net/base/cookie_monster.h ('k') | net/base/data_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698