| Index: net/cookies/cookie_store_test_helpers.cc
|
| diff --git a/net/cookies/cookie_store_test_helpers.cc b/net/cookies/cookie_store_test_helpers.cc
|
| index d2dc2106192a700729625d1565bb389572819ed1..0606ec81caf4081a3dc32af70b7db2afd60cb45d 100644
|
| --- a/net/cookies/cookie_store_test_helpers.cc
|
| +++ b/net/cookies/cookie_store_test_helpers.cc
|
| @@ -189,10 +189,10 @@ void DelayedCookieMonster::DeleteAllCreatedBetweenAsync(
|
| ADD_FAILURE();
|
| }
|
|
|
| -void DelayedCookieMonster::DeleteAllCreatedBetweenForHostAsync(
|
| - const base::Time delete_begin,
|
| - const base::Time delete_end,
|
| - const GURL& url,
|
| +void DelayedCookieMonster::DeleteAllCreatedBetweenWithPredicateAsync(
|
| + const base::Time& delete_begin,
|
| + const base::Time& delete_end,
|
| + const base::Callback<bool(const CanonicalCookie&)>& predicate,
|
| const DeleteCallback& callback) {
|
| ADD_FAILURE();
|
| }
|
|
|