| Index: ios/net/cookies/cookie_store_ios.mm
|
| diff --git a/ios/net/cookies/cookie_store_ios.mm b/ios/net/cookies/cookie_store_ios.mm
|
| index edb3bad1c6b2599672c07798dfbdd340217a7dab..87baca6b7f5486dc29cda8acf065cd33b1fa3b3a 100644
|
| --- a/ios/net/cookies/cookie_store_ios.mm
|
| +++ b/ios/net/cookies/cookie_store_ios.mm
|
| @@ -861,7 +861,7 @@ void CookieStoreIOS::UpdateCachesAfterSet(SetCookiesCallback callback,
|
| }
|
|
|
| void CookieStoreIOS::UpdateCachesAfterDelete(DeleteCallback callback,
|
| - int num_deleted) {
|
| + uint32_t num_deleted) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| UpdateCachesFromCookieMonster();
|
| if (!callback.is_null())
|
|
|