summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction.h
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-20 00:33:03 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-20 00:33:03 +0000
commit023a54f549d447c0845271440e9918ce243445f8 (patch)
tree428742e7810e18290a8cf2b113857a2fdce1e1b6 /net/http/http_transaction.h
parent1a2bfdd793e88a64f78b38d23303550cfd0703eb (diff)
downloadchromium_src-023a54f549d447c0845271440e9918ce243445f8.zip
chromium_src-023a54f549d447c0845271440e9918ce243445f8.tar.gz
chromium_src-023a54f549d447c0845271440e9918ce243445f8.tar.bz2
Run a couple more tests in net, and get rid of a couple more warnings
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1076 0039d316-1c4b-4281-b951-d872f2087c98
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;