| Index: chrome/browser/notifications/login_state_notification_blocker_chromeos_unittest.cc
|
| diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos_unittest.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos_unittest.cc
|
| index 6d4ea2531ab198fef255fae19651da2eafd2d51b..94a48c7b894d0a1584c8d81e55b0b21b35a73b7a 100644
|
| --- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_unittest.cc
|
| +++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_unittest.cc
|
| @@ -62,7 +62,8 @@ class LoginStateNotificationBlockerChromeOSTest
|
|
|
| TEST_F(LoginStateNotificationBlockerChromeOSTest, BaseTest) {
|
| // Default status: OOBE.
|
| - message_center::NotifierId notifier_id;
|
| + message_center::NotifierId notifier_id(
|
| + message_center::NotifierId::APPLICATION, "test-notifier");
|
| EXPECT_FALSE(ShouldShowNotificationAsPopup(notifier_id));
|
|
|
| // Login screen.
|
|
|