| Index: android_webview/browser/net/aw_cookie_store_wrapper.cc
|
| diff --git a/android_webview/browser/net/aw_cookie_store_wrapper.cc b/android_webview/browser/net/aw_cookie_store_wrapper.cc
|
| index 16f55ddfbb4dd702cc2597e49c7f03b4a9aabe4e..f7264483abb15d0787bde3c8cfa4867810593bce 100644
|
| --- a/android_webview/browser/net/aw_cookie_store_wrapper.cc
|
| +++ b/android_webview/browser/net/aw_cookie_store_wrapper.cc
|
| @@ -118,7 +118,7 @@ void SetCookieWithDetailsAsyncOnCookieThread(
|
| base::Time last_access_time,
|
| bool secure,
|
| bool http_only,
|
| - bool same_site,
|
| + net::CookieSameSite same_site,
|
| bool enforce_strict_secure,
|
| net::CookiePriority priority,
|
| const net::CookieStore::SetCookiesCallback& callback) {
|
| @@ -219,7 +219,7 @@ void AwCookieStoreWrapper::SetCookieWithDetailsAsync(
|
| base::Time last_access_time,
|
| bool secure,
|
| bool http_only,
|
| - bool same_site,
|
| + net::CookieSameSite same_site,
|
| bool enforce_strict_secure,
|
| net::CookiePriority priority,
|
| const SetCookiesCallback& callback) {
|
|
|