Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
index aa7871acd7fd91974f67a5da926c201ebf8db503..9d2a4fd9589060dc77053d1693a62dff616bb756 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
@@ -249,6 +249,6 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, MAYBE_StatusIconBehavior) { |
EXPECT_TRUE(tray->status_icon_ != NULL); |
RemoveNotification("test_id"); |
base::RunLoop().RunUntilIdle(); |
- EXPECT_TRUE(tray->status_icon_ != NULL); |
+ EXPECT_TRUE(tray->status_icon_ == NULL); |
} |
} // namespace message_center |