diff options
Diffstat (limited to 'net/base/cookie_monster.h')
-rw-r--r-- | net/base/cookie_monster.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h index cf7f2a6..cb76655 100644 --- a/net/base/cookie_monster.h +++ b/net/base/cookie_monster.h @@ -43,6 +43,8 @@ class GURL; +namespace net { + // The cookie monster is the system for storing and retrieving cookies. It has // an in-memory list of all cookies, and synchronizes non-session cookies to an // optional permanent storage that implements the PersistentCookieStore @@ -328,4 +330,6 @@ class CookieMonster::PersistentCookieStore { DISALLOW_EVIL_CONSTRUCTORS(CookieMonster::PersistentCookieStore); }; +} // namespace net + #endif // NET_BASE_COOKIE_MONSTER_H__ |