summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_host_forced.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 15:32:07 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 15:32:07 +0000
commitcb4bf8dd63578749cd926261a5ccd8c5699a558d (patch)
treecaecaef8a0a0571b87cb101def9181b893dc5935 /net/http/http_pipelined_host_forced.h
parenta35693b4f4762831b8f3d15c62e4bbde25dc0b41 (diff)
downloadchromium_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_pipelined_host_forced.h')
-rw-r--r--net/http/http_pipelined_host_forced.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_pipelined_host_forced.h b/net/http/http_pipelined_host_forced.h
index 94a27f0..2c3c915 100644
--- a/net/http/http_pipelined_host_forced.h
+++ b/net/http/http_pipelined_host_forced.h
@@ -32,7 +32,7 @@ struct SSLConfig;
// test the user's connection for pipelining compatibility.
class NET_EXPORT_PRIVATE HttpPipelinedHostForced
: public HttpPipelinedHost,
- public NON_EXPORTED_BASE(HttpPipelinedConnection::Delegate) {
+ public HttpPipelinedConnection::Delegate {
public:
HttpPipelinedHostForced(HttpPipelinedHost::Delegate* delegate,
const Key& key,