diff options
Diffstat (limited to 'net/base/cookie_monster.h')
-rw-r--r-- | net/base/cookie_monster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h index cb76655..9c1a6f5 100644 --- a/net/base/cookie_monster.h +++ b/net/base/cookie_monster.h @@ -254,7 +254,7 @@ class CookieMonster::ParsedCookie { size_t secure_index_; size_t httponly_index_; - DISALLOW_EVIL_CONSTRUCTORS(CookieMonster::ParsedCookie); + DISALLOW_COPY_AND_ASSIGN(ParsedCookie); }; @@ -327,7 +327,7 @@ class CookieMonster::PersistentCookieStore { PersistentCookieStore() { } private: - DISALLOW_EVIL_CONSTRUCTORS(CookieMonster::PersistentCookieStore); + DISALLOW_COPY_AND_ASSIGN(PersistentCookieStore); }; } // namespace net |