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

Unified Diff: net/http/http_pipelined_host_pool.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 11 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
« cc/render_pass_sink.h ('K') | « net/http/http_pipelined_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_host_pool.h
diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h
index 3ab94180e859a4bd78f7d0a2bc520e93d8cbff69..b2c1334513a77f249ede97a2f2a4865a04b8a478 100644
--- a/net/http/http_pipelined_host_pool.h
+++ b/net/http/http_pipelined_host_pool.h
@@ -35,6 +35,9 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostPool
// any pending pipeline-capable requests to pipelines.
virtual void OnHttpPipelinedHostHasAdditionalCapacity(
HttpPipelinedHost* host) = 0;
+
+ protected:
+ virtual ~Delegate() {}
};
HttpPipelinedHostPool(Delegate* delegate,
« cc/render_pass_sink.h ('K') | « net/http/http_pipelined_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698