| Index: net/cookies/cookie_monster_unittest.cc
|
| diff --git a/net/cookies/cookie_monster_unittest.cc b/net/cookies/cookie_monster_unittest.cc
|
| index b8ea404d07a3cd152266da6a86283cb627b0250f..b4acb034fc3e6ff323b7dc833fe28bfa52746f61 100644
|
| --- a/net/cookies/cookie_monster_unittest.cc
|
| +++ b/net/cookies/cookie_monster_unittest.cc
|
| @@ -3364,7 +3364,8 @@ class CookieMonsterNotificationTest : public CookieMonsterTest {
|
| void RecordCookieChanges(std::vector<CanonicalCookie>* out_cookies,
|
| std::vector<bool>* out_removes,
|
| const CanonicalCookie& cookie,
|
| - bool removed) {
|
| + bool removed,
|
| + CookieStore::RemovalCause cause) {
|
| DCHECK(out_cookies);
|
| out_cookies->push_back(cookie);
|
| if (out_removes)
|
|
|