summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_transaction.h')
-rw-r--r--net/http/http_transaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index 8f4a984..400c91f 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -9,7 +9,7 @@
#include "base/string16.h"
#include "net/base/completion_callback.h"
#include "net/base/load_states.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
namespace net {
@@ -23,7 +23,7 @@ class SSLHostInfo;
// Represents a single HTTP transaction (i.e., a single request/response pair).
// HTTP redirects are not followed and authentication challenges are not
// answered. Cookies are assumed to be managed by the caller.
-class NET_TEST HttpTransaction {
+class NET_EXPORT_PRIVATE HttpTransaction {
public:
// Stops any pending IO and destroys the transaction object.
virtual ~HttpTransaction() {}