| Index: chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| index 6e312a5e00f58f5b2f0b15bbb2db1715b3520453..1cd02863acac958e40e246725b491e3a1793398a 100644
|
| --- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| +++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| @@ -89,7 +89,8 @@ IN_PROC_BROWSER_TEST_F(LoginStateNotificationBlockerChromeOSBrowserTest,
|
| IN_PROC_BROWSER_TEST_F(LoginStateNotificationBlockerChromeOSBrowserTest,
|
| BaseTest) {
|
| CreateBlocker();
|
| - message_center::NotifierId notifier_id;
|
| + message_center::NotifierId notifier_id(
|
| + message_center::NotifierId::APPLICATION, "test-notifier");
|
|
|
| // Logged in as a normal user.
|
| EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
|
|
|