| Index: ash/display/resolution_notification_controller_unittest.cc
|
| diff --git a/ash/display/resolution_notification_controller_unittest.cc b/ash/display/resolution_notification_controller_unittest.cc
|
| index 4d1eedf648ced2841c6ac6c44c5c6d0fcfca8c86..e351c86ce7115aa4b2c2561f786f06a973d906de 100644
|
| --- a/ash/display/resolution_notification_controller_unittest.cc
|
| +++ b/ash/display/resolution_notification_controller_unittest.cc
|
| @@ -123,7 +123,7 @@ class ResolutionNotificationControllerTest : public ash::test::AshTestBase {
|
| }
|
|
|
| static bool IsNotificationVisible() {
|
| - return message_center::MessageCenter::Get()->HasNotification(
|
| + return message_center::MessageCenter::Get()->FindVisibleNotificationById(
|
| ResolutionNotificationController::kNotificationId);
|
| }
|
|
|
|
|