Index: net/base/static_cookie_policy.h |
=================================================================== |
--- net/base/static_cookie_policy.h (revision 95949) |
+++ net/base/static_cookie_policy.h (working copy) |
@@ -7,7 +7,7 @@ |
#pragma once |
#include "base/basictypes.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
class GURL; |
@@ -15,7 +15,7 @@ |
// The StaticCookiePolicy class implements a static cookie policy that supports |
// three modes: allow all, deny all, or block third-party cookies. |
-class NET_API StaticCookiePolicy { |
+class NET_EXPORT StaticCookiePolicy { |
public: |
// Do not change the order of these types as they are persisted in |
// preferences. |