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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index 4a13f7c..12b2ba8 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -43,6 +43,8 @@ class HttpResponseInfo;
// answered. Cookies are assumed to be managed by the caller.
class HttpTransaction {
public:
+ virtual ~HttpTransaction() {}
+
// Stops any pending IO and destroys the transaction object.
virtual void Destroy() = 0;