Index: net/base/cookie_monster.h |
=================================================================== |
--- net/base/cookie_monster.h (revision 95949) |
+++ net/base/cookie_monster.h (working copy) |
@@ -21,7 +21,7 @@ |
#include "base/task.h" |
#include "base/time.h" |
#include "net/base/cookie_store.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
class GURL; |
@@ -50,7 +50,7 @@ |
// |
// TODO(deanm) Implement CookieMonster, the cookie database. |
// - Verify that our domain enforcement and non-dotted handling is correct |
-class NET_API CookieMonster : public CookieStore { |
+class NET_EXPORT CookieMonster : public CookieStore { |
public: |
class CanonicalCookie; |
class Delegate; |
@@ -586,7 +586,7 @@ |
DISALLOW_COPY_AND_ASSIGN(CookieMonster); |
}; |
-class NET_API CookieMonster::CanonicalCookie { |
+class NET_EXPORT CookieMonster::CanonicalCookie { |
public: |
// These constructors do no validation or canonicalization of their inputs; |
@@ -746,7 +746,7 @@ |
virtual ~Delegate() {} |
}; |
-class NET_API CookieMonster::ParsedCookie { |
+class NET_EXPORT CookieMonster::ParsedCookie { |
public: |
typedef std::pair<std::string, std::string> TokenValuePair; |
typedef std::vector<TokenValuePair> PairList; |