| Index: net/cookies/cookie_monster_unittest.cc
|
| diff --git a/net/cookies/cookie_monster_unittest.cc b/net/cookies/cookie_monster_unittest.cc
|
| index 2c5ae97212b9d9b592a2436d0e52299af16e20a7..3f677a459dbb56ff2737881e05c5cd87c58062b3 100644
|
| --- a/net/cookies/cookie_monster_unittest.cc
|
| +++ b/net/cookies/cookie_monster_unittest.cc
|
| @@ -3430,7 +3430,7 @@ TEST_F(CookieMonsterNotificationTest, NotifyOnDelete) {
|
|
|
| EXPECT_EQ("abc", cookies[1].Name());
|
| EXPECT_EQ("def", cookies[1].Value());
|
| - EXPECT_EQ(CookieStore::ChangeCause::EXPLICIT, causes[1]);
|
| + EXPECT_EQ(CookieStore::ChangeCause::EXPLICIT_DELETE, causes[1]);
|
| }
|
|
|
| TEST_F(CookieMonsterNotificationTest, NotifyOnUpdate) {
|
|
|