| Index: chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| index 7ef2ceb2fb651893b202c80bc9883b75aa16d239..cb97e5af2caa12e2fdc0355f8ce180573ff25197 100644
|
| --- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| +++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| @@ -212,7 +212,7 @@ IN_PROC_BROWSER_TEST_F(MessageCenterNotificationsTest,
|
| manager()->Add(CreateRichTestNotification("n", &delegate2), profile());
|
|
|
| manager()->CancelById("n", NotificationUIManager::GetProfileID(profile()));
|
| - EXPECT_EQ("Display_Close_programmatically_", delegate->log());
|
| + EXPECT_EQ("Display_", delegate->log());
|
| EXPECT_EQ("Close_programmatically_", delegate2->log());
|
|
|
| delegate->Release();
|
|
|