diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 15:32:07 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 15:32:07 +0000 |
commit | cb4bf8dd63578749cd926261a5ccd8c5699a558d (patch) | |
tree | caecaef8a0a0571b87cb101def9181b893dc5935 /net/http/http_stream_factory_impl.h | |
parent | a35693b4f4762831b8f3d15c62e4bbde25dc0b41 (diff) | |
download | chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.zip chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.tar.gz chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.tar.bz2 |
Revert "GTTF: Add missing virtual destructors."
It turned out this is not necessary,
we have a better warning already enabled in clang
(-Wdelete-non-virtual-dtor, part of -Wall).
TBR=darin,satorux,fischman,jamesr,jar,sky
BUG=45135
Review URL: https://codereview.chromium.org/12224027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_stream_factory_impl.h')
-rw-r--r-- | net/http/http_stream_factory_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h index 5918981..213d96a 100644 --- a/net/http/http_stream_factory_impl.h +++ b/net/http/http_stream_factory_impl.h @@ -25,7 +25,7 @@ class SpdySession; class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : public HttpStreamFactory, - public NON_EXPORTED_BASE(HttpPipelinedHostPool::Delegate) { + public HttpPipelinedHostPool::Delegate { public: explicit HttpStreamFactoryImpl(HttpNetworkSession* session); virtual ~HttpStreamFactoryImpl(); |