Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: net/http/http_pipelined_host_forced.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_pipelined_host.h ('k') | net/http/http_pipelined_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_host_forced.h
diff --git a/net/http/http_pipelined_host_forced.h b/net/http/http_pipelined_host_forced.h
index 2c3c915934269642b2de09a0df6d34ddfcc2c7ac..94a27f0231e4e5b304edbb0b0154970b485e2a1c 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 HttpPipelinedConnection::Delegate {
+ public NON_EXPORTED_BASE(HttpPipelinedConnection::Delegate) {
public:
HttpPipelinedHostForced(HttpPipelinedHost::Delegate* delegate,
const Key& key,
« no previous file with comments | « net/http/http_pipelined_host.h ('k') | net/http/http_pipelined_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698