| 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..de8d7e0039cf271d60c70142a8ba5766060f5756 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::EXPLICIT1, causes[1]);
|
| }
|
|
|
| TEST_F(CookieMonsterNotificationTest, NotifyOnUpdate) {
|
|
|