| Index: net/cookies/cookie_monster.h
 | 
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
 | 
| index 421e7d0c60548dd150911412e6baf708a0a95379..394321ae378079e7e9641265b0be8705fc185816 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);
 | 
|  
 | 
| 
 |