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

Unified Diff: content/browser/resolve_proxy_msg_helper.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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 | « content/browser/renderer_host/sync_resource_handler.h ('k') | content/browser/speech/speech_recognizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resolve_proxy_msg_helper.h
diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h
index 5032687336a848a691ef4b92e6b5d7c215e0095b..85b3b69988bc0dff42fd3f7493d8f7ce73eefdf3 100644
--- a/content/browser/resolve_proxy_msg_helper.h
+++ b/content/browser/resolve_proxy_msg_helper.h
@@ -33,7 +33,7 @@ class ResolveProxyMsgHelper : public BrowserMessageFilter {
// Destruction cancels the current outstanding request, and clears the
// pending queue.
- ~ResolveProxyMsgHelper();
+ virtual ~ResolveProxyMsgHelper();
// BrowserMessageFilter implementation
virtual bool OnMessageReceived(const IPC::Message& message,
« no previous file with comments | « content/browser/renderer_host/sync_resource_handler.h ('k') | content/browser/speech/speech_recognizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698