| Index: ash/system/web_notification/web_notification_tray_unittest.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| index 55cd0acbb2e7b30dec6fa812a80fc1ebd1fddf93..24243dff3818405dad98820936c481a6c4131124 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -94,7 +94,8 @@ class WebNotificationTrayTest : public test::AshTestBase {
|
| ~WebNotificationTrayTest() override {}
|
|
|
| void TearDown() override {
|
| - GetMessageCenter()->RemoveAllNotifications(false);
|
| + GetMessageCenter()->RemoveAllNotifications(
|
| + false /* by_user */, message_center::MessageCenter::RemoveType::ALL);
|
| test::AshTestBase::TearDown();
|
| }
|
|
|
|
|