Index: net/base/auth.h |
=================================================================== |
--- net/base/auth.h (revision 95949) |
+++ net/base/auth.h (working copy) |
@@ -10,13 +10,13 @@ |
#include "base/memory/ref_counted.h" |
#include "base/string16.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
namespace net { |
// Holds info about an authentication challenge that we may want to display |
// to the user. |
-class NET_API AuthChallengeInfo : |
+class NET_EXPORT AuthChallengeInfo : |
public base::RefCountedThreadSafe<AuthChallengeInfo> { |
public: |
AuthChallengeInfo(); |