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

Unified Diff: net/http/http_pipelined_connection.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
Index: net/http/http_pipelined_connection.h
diff --git a/net/http/http_pipelined_connection.h b/net/http/http_pipelined_connection.h
index d0d3599e3f198ec36707048ec022a85539a1860d..04d88e3689661072e5e8934994a673e02762b7e2 100644
--- a/net/http/http_pipelined_connection.h
+++ b/net/http/http_pipelined_connection.h
@@ -39,6 +39,9 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnection {
// the headers indicate that pipelining can be used.
virtual void OnPipelineFeedback(HttpPipelinedConnection* pipeline,
Feedback feedback) = 0;
+
+ protected:
+ virtual ~Delegate() {}
};
class Factory {

Powered by Google App Engine
This is Rietveld 408576698