Index: net/cookies/cookie_monster.h |
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h |
index 8ad739532b68d0e4d7ebc98ba48dc080f683d989..97706e04ae455864a3c6845db3556b0b4ad60a5a 100644 |
--- a/net/cookies/cookie_monster.h |
+++ b/net/cookies/cookie_monster.h |
@@ -163,7 +163,7 @@ class NET_EXPORT CookieMonster : public CookieStore { |
base::Time last_access_time, |
bool secure, |
bool http_only, |
- bool same_site, |
+ CookieSameSite same_site, |
bool enforce_strict_secure, |
CookiePriority priority, |
const SetCookiesCallback& callback) override; |
@@ -394,7 +394,7 @@ class NET_EXPORT CookieMonster : public CookieStore { |
base::Time last_access_time, |
bool secure, |
bool http_only, |
- bool same_site, |
+ CookieSameSite same_site, |
bool enforce_strict_secure, |
CookiePriority priority); |