summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/cookie_monster.h')
-rw-r--r--net/base/cookie_monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h
index 33953d9..80535c2 100644
--- a/net/base/cookie_monster.h
+++ b/net/base/cookie_monster.h
@@ -585,7 +585,7 @@ class CookieMonster::ParsedCookie {
// Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
ParsedCookie(const std::string& cookie_line);
- ~ParsedCookie();
+ ~ParsedCookie() { }
// You should not call any other methods on the class if !IsValid
bool IsValid() const { return is_valid_; }