| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index e0c6d4fd3d5b3e5de0c5a3e146ccd5052be6c8a0..b4feb9a186d8c33bc59f7552a0f01714dcbe4355 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -379,7 +379,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| // New items MUST be added at the end of the list, just before
|
| // COOKIE_TYPE_LAST_ENTRY;
|
| enum CookieType {
|
| - COOKIE_TYPE_FIRSTPARTYONLY = 0,
|
| + COOKIE_TYPE_SAME_SITE = 0,
|
| COOKIE_TYPE_HTTPONLY,
|
| COOKIE_TYPE_SECURE,
|
| COOKIE_TYPE_LAST_ENTRY
|
|
|