From 6d22a976f77187252164baa27100e472d5a924b5 Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Wed, 21 Jul 2010 15:47:19 +0000 Subject: Reduce static initializers by removing inline constructors and destructors from classes with instance members of type scoped_ptr_malloc<> Also remove #include of iostream from remaining header file. Review URL: http://codereview.chromium.org/2861065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53190 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_stream_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/http/http_stream_parser.h') diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h index 724127f..44cc9e8 100644 --- a/net/http/http_stream_parser.h +++ b/net/http/http_stream_parser.h @@ -30,7 +30,7 @@ class HttpStreamParser { HttpStreamParser(ClientSocketHandle* connection, GrowableIOBuffer* read_buffer, const BoundNetLog& net_log); - ~HttpStreamParser() {} + ~HttpStreamParser(); // These functions implement the interface described in HttpStream with // some additional functionality -- cgit v1.1