| 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,
|
|
|