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

Unified Diff: content/common/quota_dispatcher.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/common/gpu/gpu_channel_manager.h ('k') | content/common/resource_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/quota_dispatcher.h
diff --git a/content/common/quota_dispatcher.h b/content/common/quota_dispatcher.h
index d283b28c8c2c33d821cfb8a340a0ffc303eacc32..ddc2b79d50d3990a3b66acb4bdbdf70e88e1b871 100644
--- a/content/common/quota_dispatcher.h
+++ b/content/common/quota_dispatcher.h
@@ -30,7 +30,7 @@ class WebStorageQuotaCallbacks;
class QuotaDispatcher : public IPC::Channel::Listener {
public:
QuotaDispatcher();
- ~QuotaDispatcher();
+ virtual ~QuotaDispatcher();
// IPC::Channel::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);
« no previous file with comments | « content/common/gpu/gpu_channel_manager.h ('k') | content/common/resource_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698