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

Unified Diff: net/base/cookie_monster.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 | « net/base/cert_verifier.h ('k') | net/base/dnsrr_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cookie_monster.h
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h
index 58b13d4d4325241d54d517be1738d707833c90ae..c3943ac10fee4696981131d432ff9b18a4b9c471 100644
--- a/net/base/cookie_monster.h
+++ b/net/base/cookie_monster.h
@@ -341,7 +341,7 @@ class NET_API CookieMonster : public CookieStore {
// Record statistics every kRecordStatisticsIntervalSeconds of uptime.
static const int kRecordStatisticsIntervalSeconds = 10 * 60;
- ~CookieMonster();
+ virtual ~CookieMonster();
bool SetCookieWithCreationTime(const GURL& url,
const std::string& cookie_line,
« no previous file with comments | « net/base/cert_verifier.h ('k') | net/base/dnsrr_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698